C# Класс Mono.Debugging.Win32.FieldReference

Наследование: Mono.Debugging.Evaluation.ValueReference
Показать файл Открыть проект

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

Метод Описание
FieldReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType type, FieldInfo field ) : System.Reflection
FieldReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType type, FieldInfo field, string vname, ObjectValueFlags vflags ) : System.Reflection

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

Метод Описание
GetFlags ( FieldInfo field ) : ObjectValueFlags

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

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

public FieldReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType type, FieldInfo field ) : System.Reflection
ctx Mono.Debugging.Evaluation.EvaluationContext
thisobj CorValRef
type Microsoft.Samples.Debugging.CorDebug.CorType
field System.Reflection.FieldInfo
Результат System.Reflection

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

public FieldReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType type, FieldInfo field, string vname, ObjectValueFlags vflags ) : System.Reflection
ctx Mono.Debugging.Evaluation.EvaluationContext
thisobj CorValRef
type Microsoft.Samples.Debugging.CorDebug.CorType
field System.Reflection.FieldInfo
vname string
vflags ObjectValueFlags
Результат System.Reflection