RuntimeTypeHandle.FromIntPtr(IntPtr) Metodo

Definizione

Restituisce un nuovo RuntimeTypeHandle oggetto creato da un handle a runtimeType.

public:
 static RuntimeTypeHandle FromIntPtr(IntPtr value);
public static RuntimeTypeHandle FromIntPtr (IntPtr value);
static member FromIntPtr : nativeint -> RuntimeTypeHandle
Public Shared Function FromIntPtr (value As IntPtr) As RuntimeTypeHandle

Parametri

value
IntPtr

nativeint

Handle IntPtr in un runtimeType da cui creare un RuntimeTypeHandle oggetto.

Restituisce

RuntimeTypeHandle

Nuovo oggetto RuntimeTypeHandle corrispondente al parametro value.

Si applica a