Mono Class Library: Overview

Mono.Debugger.Soft.TypeMirror: Members

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

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

Public Properties

[read-only]
AssemblyAssemblyMirror. Documentation for this section has not yet been entered.
[read-only]
AttributesSystem.Reflection.TypeAttributes. Documentation for this section has not yet been entered.
[read-only]
BaseTypeTypeMirror. Documentation for this section has not yet been entered.
[read-only]
CSharpNamestring. Documentation for this section has not yet been entered.
[read-only]
FullNamestring. Documentation for this section has not yet been entered.
[read-only]
HasElementTypebool. Documentation for this section has not yet been entered.
[read-only]
IsAbstractbool. Documentation for this section has not yet been entered.
[read-only]
IsAnsiClassbool. Documentation for this section has not yet been entered.
[read-only]
IsArraybool. Documentation for this section has not yet been entered.
[read-only]
IsAutoClassbool. Documentation for this section has not yet been entered.
[read-only]
IsAutoLayoutbool. Documentation for this section has not yet been entered.
[read-only]
IsByRefbool. Documentation for this section has not yet been entered.
[read-only]
IsClassbool. Documentation for this section has not yet been entered.
[read-only]
IsCOMObjectbool. Documentation for this section has not yet been entered.
[read-only]
IsContextfulbool. Documentation for this section has not yet been entered.
[read-only]
IsEnumbool. Documentation for this section has not yet been entered.
[read-only]
IsExplicitLayoutbool. Documentation for this section has not yet been entered.
[read-only]
IsImportbool. Documentation for this section has not yet been entered.
[read-only]
IsInterfacebool. Documentation for this section has not yet been entered.
[read-only]
IsLayoutSequentialbool. Documentation for this section has not yet been entered.
[read-only]
IsMarshalByRefbool. Documentation for this section has not yet been entered.
[read-only]
IsNestedAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsNestedFamANDAssembool. Documentation for this section has not yet been entered.
[read-only]
IsNestedFamilybool. Documentation for this section has not yet been entered.
[read-only]
IsNestedFamORAssembool. Documentation for this section has not yet been entered.
[read-only]
IsNestedPrivatebool. Documentation for this section has not yet been entered.
[read-only]
IsNestedPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsNotPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsPointerbool. Documentation for this section has not yet been entered.
[read-only]
IsPrimitivebool. Documentation for this section has not yet been entered.
[read-only]
IsPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsSealedbool. Documentation for this section has not yet been entered.
[read-only]
IsSerializablebool. Documentation for this section has not yet been entered.
[read-only]
IsSpecialNamebool. Documentation for this section has not yet been entered.
[read-only]
IsUnicodeClassbool. Documentation for this section has not yet been entered.
[read-only]
IsValueTypebool. Documentation for this section has not yet been entered.
[read-only]
MetadataMono.Cecil.TypeDefinition. Documentation for this section has not yet been entered.
[read-only]
MetadataTokenint. Documentation for this section has not yet been entered.
[read-only]
ModuleModuleMirror. Documentation for this section has not yet been entered.
[read-only]
Namestring. Documentation for this section has not yet been entered.
[read-only]
Namespacestring. Documentation for this section has not yet been entered.

Public Methods

GetArrayRank() : int
Documentation for this section has not yet been entered.
GetCustomAttributes(bool) : CustomAttributeDataMirror[]
Documentation for this section has not yet been entered.
GetCustomAttributes(TypeMirror, bool) : CustomAttributeDataMirror[]
Documentation for this section has not yet been entered.
GetElementType() : TypeMirror
Documentation for this section has not yet been entered.
GetField(string) : FieldInfoMirror
Documentation for this section has not yet been entered.
GetFields() : FieldInfoMirror[]
Documentation for this section has not yet been entered.
GetMethod(string) : MethodMirror
Documentation for this section has not yet been entered.
GetMethods() : MethodMirror[]
Documentation for this section has not yet been entered.
GetNestedTypes() : TypeMirror[]
Documentation for this section has not yet been entered.
GetNestedTypes(System.Reflection.BindingFlags) : TypeMirror[]
Documentation for this section has not yet been entered.
GetProperties() : PropertyInfoMirror[]
Documentation for this section has not yet been entered.
GetProperties(System.Reflection.BindingFlags) : PropertyInfoMirror[]
Documentation for this section has not yet been entered.
GetProperty(string) : PropertyInfoMirror
Documentation for this section has not yet been entered.
GetSourceFiles() : string[]
Documentation for this section has not yet been entered.
GetTypeObject() : ObjectMirror
Documentation for this section has not yet been entered.
GetValue(FieldInfoMirror) : Value
Documentation for this section has not yet been entered.
GetValues(IList<FieldInfoMirror>) : Value[]
Documentation for this section has not yet been entered.
InvokeMethod(ThreadMirror, MethodMirror, IList<Value>) : Value
Documentation for this section has not yet been entered.
IsAssignableFrom(TypeMirror) : bool
Documentation for this section has not yet been entered.
NewInstance(ThreadMirror, MethodMirror, IList<Value>) : Value
Documentation for this section has not yet been entered.
SetValue(FieldInfoMirror, Value)
Documentation for this section has not yet been entered.
SetValues(IList<FieldInfoMirror>, Value[])
Documentation for this section has not yet been entered.

Protected Methods

GetAttributeFlagsImpl() : System.Reflection.TypeAttributes
Documentation for this section has not yet been entered.
HasElementTypeImpl() : bool
Documentation for this section has not yet been entered.
IsArrayImpl() : bool
Documentation for this section has not yet been entered.
IsByRefImpl() : bool
Documentation for this section has not yet been entered.
IsCOMObjectImpl() : bool
Documentation for this section has not yet been entered.
IsContextfulImpl() : bool
Documentation for this section has not yet been entered.
IsMarshalByRefImpl() : bool
Documentation for this section has not yet been entered.
IsPointerImpl() : bool
Documentation for this section has not yet been entered.
IsPrimitiveImpl() : bool
Documentation for this section has not yet been entered.
IsValueTypeImpl() : bool
Documentation for this section has not yet been entered.