Share via


Reflection.AssemblyInfo Members

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

Public Constructors

Name Description
Public Method Reflection.AssemblyInfo Creates and initializes a new instance of the AssemblyInfo class.

Public Fields

Name Description
Public Field Static c_Flags_NeedReboot Contains a flag stating that after the current assembly is installed, the device must be rebooted.
Public Field Static c_Flags_Patch Contains a flag stating that the current assembly is a patch for another assembly.
Public Field m_flags Contains flags that describe the current assembly.
Public Field m_hash Contains the assembly hash attribute, which is a unique identifier for the current assembly.
Public Field m_name Contains the name of the current assembly.
Public Field m_refs Contains an array of references to assemblies that the current assembly is dependent on.
Public Field m_size Specifies the size of the current assembly.

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.AssemblyInfo Class
Microsoft.SPOT Namespace