CogToolTerminals GetMemberInfos Method (Object, Type, Boolean, Boolean)Cognex VisionPro 9.21

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

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