This topic has not yet been rated - Rate this topic

Type.GetMember Method

Gets the specified members of the current Type.
Name Description
Type.GetMember (String) Searches for the public members with the specified name.

Supported by the .NET Compact Framework.

Type.GetMember (String, BindingFlags) Searches for the specified members, using the specified binding constraints.

Supported by the .NET Compact Framework.

Type.GetMember (String, MemberTypes, BindingFlags) Searches for the specified members of the specified member type, using the specified binding constraints.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.