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

상속: SafeHandleZeroOrMinusOneIsInvalid
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
SafeProcessHandle ( System existingHandle, bool ownsHandle )
SafeProcessHandle ( IntPtr existingHandle, bool ownsHandle ) : System

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

비공개 메소드들

메소드 설명
InitialSetHandle ( IntPtr h ) : void
SafeProcessHandle ( ) : System
SafeProcessHandle ( IntPtr handle ) : System
SafeProcessHandle ( int processId ) : System

메소드 상세

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool

SafeProcessHandle() 공개 메소드

public SafeProcessHandle ( System existingHandle, bool ownsHandle )
existingHandle System
ownsHandle bool

SafeProcessHandle() 공개 메소드

public SafeProcessHandle ( IntPtr existingHandle, bool ownsHandle ) : System
existingHandle System.IntPtr
ownsHandle bool
리턴 System