SafeHandle.SetHandle(IntPtr) Método

Definición

Establece el identificador en el identificador preexistente.

protected:
 void SetHandle(IntPtr handle);
protected void SetHandle (IntPtr handle);
member this.SetHandle : nativeint -> unit
Protected Sub SetHandle (handle As IntPtr)

Parámetros

handle
IntPtr

nativeint

El identificador preexistente que se va a utilizar.

Comentarios

Use el SetHandle método solo si necesita admitir un identificador preexistente (por ejemplo, si el identificador se devuelve en una estructura) porque la infraestructura de interoperabilidad COM de .NET Framework no admite los identificadores de salida de serialización en una estructura.

Se aplica a