C# Класс msos.DataTargetExtensions

Показать файл Открыть проект

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

Метод Описание
EnumerateVMRegions ( this target ) : IEnumerable
ExecuteDbgEngCommand ( this target, string command, CommandExecutionContext context ) : void
GetLastEventInformation ( this target ) : LastEventInformation
GetOSThreadIds ( this target ) : uint[]

Описание методов

EnumerateVMRegions() публичный статический Метод

public static EnumerateVMRegions ( this target ) : IEnumerable
target this
Результат IEnumerable

ExecuteDbgEngCommand() публичный статический Метод

public static ExecuteDbgEngCommand ( this target, string command, CommandExecutionContext context ) : void
target this
command string
context CommandExecutionContext
Результат void

GetLastEventInformation() публичный статический Метод

public static GetLastEventInformation ( this target ) : LastEventInformation
target this
Результат LastEventInformation

GetOSThreadIds() публичный статический Метод

public static GetOSThreadIds ( this target ) : uint[]
target this
Результат uint[]