C# 클래스 Binarysharp.MemoryManagement.Threading.FrozenThread

Class containing a frozen thread. If an instance of this class is disposed, its associated thread is resumed.
상속: IDisposable
파일 보기 프로젝트 열기: ZenLulz/MemorySharp

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases all resources used by the RemoteThread object.

ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
FrozenThread ( RemoteThread thread ) : System

Initializes a new instance of the FrozenThread class.

메소드 상세

Dispose() 공개 메소드

Releases all resources used by the RemoteThread object.
public Dispose ( ) : void
리턴 void

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string