[This is preliminary documentation and is subject to change.]
Gets instrumentation parameter value returning true if parameter was found.
Parameter names are case-insensitive.
If groups is null then all parameters are searched, else parameters must intersect in
their group sets with the supplied value
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool GetParameter(
Object target,
string name,
out Object value,
params string[] groups
)
public static bool GetParameter(
Object target,
string name,
out Object value,
params string[] groups
)
Public Shared Function GetParameter (
target As Object,
name As String,
<OutAttribute> ByRef value As Object,
ParamArray groups As String()
) As Boolean
Public Shared Function GetParameter (
target As Object,
name As String,
<OutAttribute> ByRef value As Object,
ParamArray groups As String()
) As Boolean
public:
static bool GetParameter(
Object^ target,
String^ name,
[OutAttribute] Object^% value,
... array<String^>^ groups
)
public:
static bool GetParameter(
Object^ target,
String^ name,
[OutAttribute] Object^% value,
... array<String^>^ groups
)
static member GetParameter :
target : Object *
name : string *
value : Object byref *
groups : string[] -> bool
static member GetParameter :
target : Object *
name : string *
value : Object byref *
groups : string[] -> bool
Return Value
Type:
Boolean