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!

Type.GetTypeHandle

Gets the handle for the Type of an object.

[Visual Basic]
Public Shared Function GetTypeHandle( _
   ByVal o As Object _
) As RuntimeTypeHandle
[C#]
public static RuntimeTypeHandle GetTypeHandle(
   object o
);
[C++]
public: static RuntimeTypeHandle GetTypeHandle(
   Object* o
);
[JScript]
public static function GetTypeHandle(
   o : Object
) : RuntimeTypeHandle;

Parameters

o
The Object for which to get the Type handle.

Return Value

The handle for the Type of the specified Object.

See Also

Type Class | Type Members | System Namespace | RuntimeTypeHandle | TypeHandle | GetTypeFromHandle