Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

_Type::GetDefaultMembers Method ()

 

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

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

array<MemberInfo^>^ GetDefaultMembers()

Return Value

Type: array<System.Reflection::MemberInfo^>^

An array of MemberInfo objects representing all default members of the current Type.

-or-

An empty array of type MemberInfo, if the current Type does not have default members.

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

The Type::GetDefaultMembers method searches for the members defined for the current Type whose DefaultMemberAttribute is set.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft