Share via


Reflection.AssemblyMemoryInfo Members

The following tables list the members exposed by the Reflection.AssemblyMemoryInfo type.

Public Constructors

Name Description
Public Method Reflection.AssemblyMemoryInfo Initializes a new instance of the AssemblyMemoryInfo class.

Public Fields

Name Description
Public Field AssemblyRef The total size of assembly references, in bytes.
Public Field AssemblyRefElements The number of assembly reference elements.
Public Field Attributes The total size of attribute elements, in bytes.
Public Field AttributesElements The number of attribute elements.
Public Field ByteCode The byte code size, in bytes.
Public Field FieldDef The field definition size, in bytes.
Public Field FieldDefElements The number of field definition elements.
Public Field FieldRef The total size of field references, in bytes.
Public Field FieldRefElements The number of field reference elements.
Public Field MetadataSize The size of the metadata, including the method implementation, in bytes.
Public Field MethodDef The method definition size, in bytes.
Public Field MethodDefElements The number of method definition elements.
Public Field MethodRef The total size of method references, in bytes.
Public Field MethodRefElements The number of method reference elements.
Public Field RamSize The runtime memory overhead of the application due to the type system.
Public Field Resources The total size of resources, in bytes.
Public Field ResourcesData The size of resources data, in bytes.
Public Field ResourcesElements The number of resource elements.
Public Field ResourcesFiles The total size of resource files, in bytes.
Public Field ResourcesFilesElements The number of resource elements.
Public Field RomSize The ROM memory size of the application, in bytes.
Public Field Signatures The total size of signatures, in bytes.
Public Field StaticFields The total size of static fields, in bytes.
Public Field Strings The total size of strings, in bytes.
Public Field TypeDef The type definition size, in bytes.
Public Field TypeDefElements The number of type definition elements.
Public Field TypeRef The size of type references, in bytes.
Public Field TypeRefElements The number of type reference elements.
Public Field TypeSpec The size of type specifiers, in bytes.
Public Field TypeSpecElements The number of type specifier elements.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

Reflection.AssemblyMemoryInfo Class
Microsoft.SPOT Namespace