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!

MethodBase.MethodHandle

[To be supplied].

[Visual Basic]
MustOverride Public ReadOnly Property MethodHandle As _
   RuntimeMethodHandle
[C#]
public RuntimeMethodHandle MethodHandle {abstract get;}
[C++]
public: __property virtual RuntimeMethodHandle get_MethodHandle() =
   0;
[JScript]
public abstract function get MethodHandle() : RuntimeMethodHandle;

Property Value

[To be supplied].

Remarks

[To be supplied.]

See Also

MethodBase Class | MethodBase Members | System.Reflection Namespace