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

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

public static MemberInfo[] GetMemberInfos(
	Object obj,
	Type type,
	bool requireStateFlagForMethods
)

Parameters

obj
Type: System Object
type
Type: System Type
requireStateFlagForMethods
Type: System Boolean

Return Value

Type:  MemberInfo 
See Also