NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MemberInfo Class

Represents the class that is used to obtain information about the members of a class

Object
   MemberInfo

[Visual Basic]
MustInherit Public Class MemberInfo
   Implements ICustomAttributeProvider
[C#]
public abstract class MemberInfo : ICustomAttributeProvider
[C++]
public __gc __abstract class MemberInfo : public
   ICustomAttributeProvider
[JScript]
public abstract class MemberInfo implements
   ICustomAttributeProvider

Remarks

The MemberInfo class is the abstract base class of the classes used to obtain information concerning the members (constructors, events, fields, methods, and properties) of a class.

This class introduces the basic functionality that all members provide.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

MemberInfo Members | System.Reflection Namespace