Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
public static string ConvertPropertyDescriptorPathToMemberInfoPath(
Object subject,
string descriptorPath,
bool isLValue
)
public static string ConvertPropertyDescriptorPathToMemberInfoPath(
Object subject,
string descriptorPath,
bool isLValue
)
Public Shared Function ConvertPropertyDescriptorPathToMemberInfoPath (
subject As Object,
descriptorPath As String,
isLValue As Boolean
) As String
Public Shared Function ConvertPropertyDescriptorPathToMemberInfoPath (
subject As Object,
descriptorPath As String,
isLValue As Boolean
) As String
public:
static String^ ConvertPropertyDescriptorPathToMemberInfoPath(
Object^ subject,
String^ descriptorPath,
bool isLValue
)
public:
static String^ ConvertPropertyDescriptorPathToMemberInfoPath(
Object^ subject,
String^ descriptorPath,
bool isLValue
)
Parameters
- subject
- Type: System Object
- descriptorPath
- Type: System String
- isLValue
- Type: System Boolean
Return Value
Type:
String