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

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

Private Properties

프로퍼티 타입 설명
SafePipeHandle System
SafePipeHandle System
SetHandle void

공개 메소드들

메소드 설명
SafePipeHandle ( System preexistingHandle, bool ownsHandle )
SafePipeHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : bool

비공개 메소드들

메소드 설명
SafePipeHandle ( ) : System
SafePipeHandle ( Socket namedPipeSocket ) : System
SetHandle ( int descriptor ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool

SafePipeHandle() 공개 메소드

public SafePipeHandle ( System preexistingHandle, bool ownsHandle )
preexistingHandle System
ownsHandle bool

SafePipeHandle() 공개 메소드

public SafePipeHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
preexistingHandle System.IntPtr
ownsHandle bool
리턴 System