C# 클래스 CsDebugScript.Engine.Native.Extensions

Extensions for DbgEng.dll interfaces for easier manipulation
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

메소드 설명
GetCurrentProcessExecutableName ( this systemObjects ) : string

Gets the name of the current process executable.

Request ( this client, DebugRequest requestType, EXT_TYPED_DATA request ) : EXT_TYPED_DATA

Requests the specified request type.

RequestExtended ( this client, DebugRequest requestType, EXT_TYPED_DATA request, string extended ) : EXT_TYPED_DATA

Requests the specified request type with extended structure.

메소드 상세

GetCurrentProcessExecutableName() 공개 정적인 메소드

Gets the name of the current process executable.
public static GetCurrentProcessExecutableName ( this systemObjects ) : string
systemObjects this The DbgEng.dll System objects interface.
리턴 string

Request() 공개 정적인 메소드

Requests the specified request type.
public static Request ( this client, DebugRequest requestType, EXT_TYPED_DATA request ) : EXT_TYPED_DATA
client this The DbgEng.dll Advanced interface.
requestType DebugRequest Type of the request.
request EXT_TYPED_DATA The request.
리턴 EXT_TYPED_DATA

RequestExtended() 공개 정적인 메소드

Requests the specified request type with extended structure.
public static RequestExtended ( this client, DebugRequest requestType, EXT_TYPED_DATA request, string extended ) : EXT_TYPED_DATA
client this The DbgEng.dll Advanced interface.
requestType DebugRequest Type of the request.
request EXT_TYPED_DATA The request.
extended string The extended string.
리턴 EXT_TYPED_DATA