Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
public static MemberInfo[] GetMemberInfos(
Object obj,
Type type,
bool requireStateFlagForMethods,
bool IncludedMappedPropertyDescriptors
)
public static MemberInfo[] GetMemberInfos(
Object obj,
Type type,
bool requireStateFlagForMethods,
bool IncludedMappedPropertyDescriptors
)
Public Shared Function GetMemberInfos (
obj As Object,
type As Type,
requireStateFlagForMethods As Boolean,
IncludedMappedPropertyDescriptors As Boolean
) As MemberInfo()
Public Shared Function GetMemberInfos (
obj As Object,
type As Type,
requireStateFlagForMethods As Boolean,
IncludedMappedPropertyDescriptors As Boolean
) As MemberInfo()
public:
static array<MemberInfo^>^ GetMemberInfos(
Object^ obj,
Type^ type,
bool requireStateFlagForMethods,
bool IncludedMappedPropertyDescriptors
)
public:
static array<MemberInfo^>^ GetMemberInfos(
Object^ obj,
Type^ type,
bool requireStateFlagForMethods,
bool IncludedMappedPropertyDescriptors
)
Parameters
- obj
- Type: System Object
- type
- Type: System Type
- requireStateFlagForMethods
- Type: System Boolean
- IncludedMappedPropertyDescriptors
- Type: System Boolean
Return Value
Type:
MemberInfo