BncsFramework.GetManagedParametersByName Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods >

BncsFramework.GetManagedParametersByName Method

Retrieves an array of IBNCSInstanceParameter objects with the specified parameter name.

Namespace: BNCS.Core.DriverFramework
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public static IBNCSInstanceParameter[] GetManagedParametersByName(
 string parameterName,
 Boolean clone
)

Parameters

parameterName

Type: String
The name of the parameter to search for.

clone

Type: Boolean
A boolean value indicating whether to clone the parameters or not. Default is true.

Return Value

An array of IBNCSInstanceParameter objects with the specified parameter name.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace