C# 클래스 PInvoke.WtsApi32.SafeTerminalServerHandle

Represents a Wts server handle that can be closed with WTSCloseServer(IntPtr).
상속: System.Runtime.InteropServices.SafeHandle
파일 보기 프로젝트 열기: AArnott/pinvoke

공개 프로퍼티들

프로퍼티 타입 설명
Null SafeTerminalServerHandle

공개 메소드들

메소드 설명
SafeTerminalServerHandle ( ) : System

Initializes a new instance of the SafeTerminalServerHandle class.

SafeTerminalServerHandle ( IntPtr preexistingHandle, bool ownsHandle = true ) : System

Initializes a new instance of the SafeTerminalServerHandle class.

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

메소드 상세

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool

SafeTerminalServerHandle() 공개 메소드

Initializes a new instance of the SafeTerminalServerHandle class.
public SafeTerminalServerHandle ( ) : System
리턴 System

SafeTerminalServerHandle() 공개 메소드

Initializes a new instance of the SafeTerminalServerHandle class.
public SafeTerminalServerHandle ( IntPtr preexistingHandle, bool ownsHandle = true ) : System
preexistingHandle System.IntPtr An object that represents the pre-existing handle to use.
ownsHandle bool /// to have the native handle released when this safe handle is disposed or finalized; /// otherwise. ///
리턴 System

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

A handle that may be used in place of IntPtr.Zero.
public static SafeTerminalServerHandle Null
리턴 SafeTerminalServerHandle