CogToolTerminals ConvertComPathToMemberInfos Method Cognex VisionPro 9.23

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public static 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 
See Also