C# Класс Mono.Debugger.Languages.TargetObject

Наследование: DebuggerMarshalByRefObject
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
type TargetType

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

Метод Описание
GetAddress ( System.Thread thread ) : TargetAddress
Print ( Thread thread ) : string
PrintLocation ( ) : string
ToString ( ) : string

Приватные методы

Метод Описание
GetAddress ( TargetMemoryAccess target ) : TargetAddress
GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
Print ( TargetMemoryAccess memory ) : string
SetTypeName ( string type_name ) : void
TargetObject ( TargetType type, TargetLocation location ) : System

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

GetAddress() публичный Метод

public GetAddress ( System.Thread thread ) : TargetAddress
thread System.Thread
Результат TargetAddress

Print() публичный Метод

public Print ( Thread thread ) : string
thread Thread
Результат string

PrintLocation() публичный Метод

public PrintLocation ( ) : string
Результат string

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

type защищенное свойство

protected TargetType type
Результат TargetType