Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 85.1.0.0 (85.1.0.0)
public static MemberInfo[] ConvertComPathToMemberInfos(
Object subject,
Type type,
string path,
bool isLValue
)
public static MemberInfo[] ConvertComPathToMemberInfos(
Object subject,
Type type,
string path,
bool isLValue
)
Public Shared Function ConvertComPathToMemberInfos (
subject As Object,
type As Type,
path As String,
isLValue As Boolean
) As MemberInfo()
Public Shared Function ConvertComPathToMemberInfos (
subject As Object,
type As Type,
path As String,
isLValue As Boolean
) As MemberInfo()
public:
static array<MemberInfo^>^ ConvertComPathToMemberInfos(
Object^ subject,
Type^ type,
String^ path,
bool isLValue
)
public:
static array<MemberInfo^>^ ConvertComPathToMemberInfos(
Object^ subject,
Type^ type,
String^ path,
bool isLValue
)
Parameters
- subject
- Type: System Object
- type
- Type: System Type
- path
- Type: System String
- isLValue
- Type: System Boolean
Return Value
Type:
MemberInfo