Mono Class Library: Overview

Mono.Debugger.Soft.MethodMirror: Members

The members of Mono.Debugger.Soft.MethodMirror are listed below.

See Also: Inherited members from Mono.Debugger.Soft.Mirror

Public Properties

[read-only]
AttributesSystem.Reflection.MethodAttributes. Documentation for this section has not yet been entered.
[read-only]
DeclaringTypeTypeMirror. Documentation for this section has not yet been entered.
[read-only]
FullNamestring. Documentation for this section has not yet been entered.
[read-only]
ILOffsetsIList<int>. Documentation for this section has not yet been entered.
[read-only]
IsAbstractbool. Documentation for this section has not yet been entered.
[read-only]
IsAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsConstructorbool. Documentation for this section has not yet been entered.
[read-only]
IsFamilybool. Documentation for this section has not yet been entered.
[read-only]
IsFamilyAndAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsFamilyOrAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsFinalbool. Documentation for this section has not yet been entered.
[read-only]
IsHideBySigbool. Documentation for this section has not yet been entered.
[read-only]
IsPrivatebool. Documentation for this section has not yet been entered.
[read-only]
IsPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsSpecialNamebool. Documentation for this section has not yet been entered.
[read-only]
IsStaticbool. Documentation for this section has not yet been entered.
[read-only]
IsVirtualbool. Documentation for this section has not yet been entered.
[read-only]
LineNumbersIList<int>. Documentation for this section has not yet been entered.
[read-only]
LocationsIList<Location>. Documentation for this section has not yet been entered.
[read-only]
MetadataMono.Cecil.MethodDefinition. Documentation for this section has not yet been entered.
[read-only]
MetadataTokenint. Documentation for this section has not yet been entered.
[read-only]
Namestring. Documentation for this section has not yet been entered.
[read-only]
ReturnParameterParameterInfoMirror. Documentation for this section has not yet been entered.
[read-only]
ReturnTypeTypeMirror. Documentation for this section has not yet been entered.
[read-only]
SourceFilestring. Documentation for this section has not yet been entered.

Public Methods

GetLocal(string) : LocalVariable
Documentation for this section has not yet been entered.
GetLocals() : LocalVariable[]
Documentation for this section has not yet been entered.
GetMethodBody() : MethodBodyMirror
Documentation for this section has not yet been entered.
GetParameters() : ParameterInfoMirror[]
Documentation for this section has not yet been entered.
LocationAtILOffset(int) : Location
Documentation for this section has not yet been entered.