Table of Contents

Method FindParametersByMask

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

FindParametersByMask(string)

Finds the parameter by the specified mask.

public ParameterInfo[] FindParametersByMask(string parameterDescriptionMask)

Parameters

parameterDescriptionMask string

Mask with wildcards '*' and '?'.

Returns

ParameterInfo[]

FindParametersByMask(string, bool)

Finds the parameter by the specified mask.

public ParameterInfo[] FindParametersByMask(string parameterDescriptionMask, bool writeParameter)

Parameters

parameterDescriptionMask string

Mask with wildcards '*' and '?'.

writeParameter bool

If true, specifically looks for a write parameter.

Returns

ParameterInfo[]

The parameter info or null or empty if nothing was found.