C# Класс CsDebugScript.Engine.Native.Extensions

Extensions for DbgEng.dll interfaces for easier manipulation
Показать файл Открыть проект

Открытые методы

Метод Описание
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