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 Constructor

Initializes an instance of the MemberInfo class.

[Visual Basic]
Protected Sub New()
[C#]
protected MemberInfo();
[C++]
protected: MemberInfo();
[JScript]
protected function MemberInfo();

Remarks

This is used primarily by the System.Runtime.InteropServices.Expando classes.

Only a subclass can create this MemberInfo class.

See Also

MemberInfo Class | MemberInfo Members | System.Reflection Namespace