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;
The handle for the Type of the specified Object.
Type Class | Type Members | System Namespace | RuntimeTypeHandle | TypeHandle | GetTypeFromHandle