Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 | |
---|---|---|
![]() |
Reflection. . :: . .AssemblyMemoryInfo | Initializes a new instance of the Reflection..::..AssemblyMemoryInfo class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
AssemblyRef | The total size of assembly references, in bytes. |
![]() |
AssemblyRefElements | The number of assembly reference elements. |
![]() |
Attributes | The total size of attribute elements, in bytes. |
![]() |
AttributesElements | The number of attribute elements. |
![]() |
ByteCode | The byte code size, in bytes. |
![]() |
FieldDef | The field definition size, in bytes. |
![]() |
FieldDefElements | The number of field definition elements. |
![]() |
FieldRef | The total size of field references, in bytes. |
![]() |
FieldRefElements | The number of field reference elements. |
![]() |
MetadataSize | The size of the metadata, including the method implementation, in bytes. |
![]() |
MethodDef | The method definition size, in bytes. |
![]() |
MethodDefElements | The number of method definition elements. |
![]() |
MethodRef | The total size of method references, in bytes. |
![]() |
MethodRefElements | The number of method reference elements. |
![]() |
RamSize | The runtime memory overhead of the application due to the type system. |
![]() |
Resources | The total size of resources, in bytes. |
![]() |
ResourcesData | The size of resources data, in bytes. |
![]() |
ResourcesElements | The number of resource elements. |
![]() |
ResourcesFiles | The total size of resource files, in bytes. |
![]() |
ResourcesFilesElements | The number of resource elements. |
![]() |
RomSize | The ROM memory size of the application, in bytes. |
![]() |
Signatures | The total size of signatures, in bytes. |
![]() |
StaticFields | The total size of static fields, in bytes. |
![]() |
Strings | The total size of strings, in bytes. |
![]() |
TypeDef | The type definition size, in bytes. |
![]() |
TypeDefElements | The number of type definition elements. |
![]() |
TypeRef | The size of type references, in bytes. |
![]() |
TypeRefElements | The number of type reference elements. |
![]() |
TypeSpec | The size of type specifiers, in bytes. |
![]() |
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.