'宣言 Public Shared Function FromPointer(Of T As CppObject)( _ ByVal comObjectPtr As System.IntPtr _ ) As T
public static T FromPointer<T>( System.IntPtr comObjectPtr ) where T: CppObject
パラメータ
- comObjectPtr
- The native pointer to a com object.
型パラメータ
- T
- The ComObject class that will be returned
戻り値の型
An instance of T binded to the native pointer