C# 클래스 Microsoft.Win32.SafeHandles.SafeTokenHandle

상속: System.Runtime.InteropServices.SafeHandle
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitialSetHandle void
ReleaseHandle bool
SafeTokenHandle System
SafeTokenHandle System

공개 메소드들

메소드 설명
SafeTokenHandle ( IntPtr handle, bool ownsHandle ) : System

비공개 메소드들

메소드 설명
InitialSetHandle ( IntPtr h ) : void
ReleaseHandle ( ) : bool
SafeTokenHandle ( ) : System
SafeTokenHandle ( IntPtr handle ) : System

메소드 상세

SafeTokenHandle() 공개 메소드

public SafeTokenHandle ( IntPtr handle, bool ownsHandle ) : System
handle System.IntPtr
ownsHandle bool
리턴 System