Gets the instance of the given type.

C# | Visual Basic | Visual C++ |
public static T GetInstance<T>( IntPtr value ) where T : class, IManagedWrapper
Public Shared Function GetInstance(Of T As {Class, IManagedWrapper}) ( _ value As IntPtr _ ) As T
public: generic<typename T> where T : ref class, IManagedWrapper static T GetInstance( IntPtr value )

- T
- The parametric type.

- value (IntPtr)
- The value.

An instance of the type.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)