|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > GetInstanceParameter Method > BncsFramework.GetInstanceParameter Method (Guid) |
Retrieves the instance parameter with the specified unique identifier.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static Nullable<IBNCSInstanceParameter> GetInstanceParameter(
Guid uid
)
uid
Type: Guid
The unique identifier of the instance parameter to retrieve.
The instance parameter with the specified unique identifier, if found; otherwise, null.
Condition |
|
|---|---|
[KeyNotFoundException] |
Thrown when the parameter with the specified unique identifier is not found. |
BNCS.Core.DriverFramework Namespace