SafeAccessTokenHandle Konstruktory

Definice

Přetížení

SafeAccessTokenHandle()

Vytvoří .SafeAccessTokenHandle

SafeAccessTokenHandle(IntPtr)

Inicializuje novou instanci SafeAccessTokenHandle třídy .

SafeAccessTokenHandle()

public:
 SafeAccessTokenHandle();
public SafeAccessTokenHandle ();
Public Sub New ()

Platí pro

SafeAccessTokenHandle(IntPtr)

Inicializuje novou instanci SafeAccessTokenHandle třídy .

public:
 SafeAccessTokenHandle(IntPtr handle);
public SafeAccessTokenHandle (IntPtr handle);
new Microsoft.Win32.SafeHandles.SafeAccessTokenHandle : nativeint -> Microsoft.Win32.SafeHandles.SafeAccessTokenHandle
Public Sub New (handle As IntPtr)

Parametry

handle
IntPtr

nativeint

Objekt IntPtr , který představuje existující popisovač, který se má použít. Použití Zero vrátí neplatný popisovač.

Platí pro