Reflection.AssemblyMemoryInfo Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the runtime memory requirements of an assembly for the type system.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT..::..Reflection..::..AssemblyMemoryInfo

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public Class AssemblyMemoryInfo
public class AssemblyMemoryInfo
public ref class AssemblyMemoryInfo
type AssemblyMemoryInfo =  class end
public class AssemblyMemoryInfo

The Reflection..::..AssemblyMemoryInfo type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT Namespace