C# 클래스 Binarysharp.MemoryManagement.Native.SafeMemoryHandle

상속: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
파일 보기 프로젝트 열기: ZenLulz/MemorySharp 1 사용 예제들

공개 메소드들

메소드 설명
SafeMemoryHandle ( ) : System

Parameterless constructor for handles built by the system (like NativeMethods.OpenProcess).

SafeMemoryHandle ( IntPtr handle ) : System

Initializes a new instance of the SafeMemoryHandle class, specifying the handle to keep in safe.

비공개 메소드들

메소드 설명
ReleaseHandle ( ) : bool

메소드 상세

SafeMemoryHandle() 공개 메소드

Parameterless constructor for handles built by the system (like NativeMethods.OpenProcess).
public SafeMemoryHandle ( ) : System
리턴 System

SafeMemoryHandle() 공개 메소드

Initializes a new instance of the SafeMemoryHandle class, specifying the handle to keep in safe.
public SafeMemoryHandle ( IntPtr handle ) : System
handle System.IntPtr The handle to keep in safe.
리턴 System