_Type::GetMembers Method

 

Provides COM objects with version-independent access to the Type::GetMembers method.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetMembers()

Provides COM objects with version-independent access to the Type::GetMembers method.

System_CAPS_pubmethodGetMembers(BindingFlags)

Provides COM objects with version-independent access to the Type::GetMembers method.

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

The Type::GetMembers method gets the members (properties, methods, fields, events, and so on) of the current Type.

Return to top
Show: