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!

RuntimeMethodHandle.Value

The value of the handle.

[Visual Basic]
Public ReadOnly Property Value As Integer
[C#]
public int Value {get;}
[C++]
public: __property int get_Value();
[JScript]
public function get Value() : int;

Property Value

Read-only. Returns the value of the handle.

Exceptions

Exception Type Condition
SerializationException if the handle state is insufficient

See Also

RuntimeMethodHandle Structure | RuntimeMethodHandle Members | System Namespace