Share via


Assembly Members

The following tables list the members exposed by the Assembly type.

Public Constructors

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

Public Properties

Name Description
Public Property FullName Gets the full name, or display name, of the current assembly.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method Static GetAssembly Gets the assembly in which a specified class (type) is defined.
Public Method Static GetExecutingAssembly Gets the assembly that contains the code that is currently executing.
Public Method GetHashCode (Inherited from Object.)
Public Method GetName Gets an AssemblyName for this assembly.
Public Method GetSatelliteAssembly Gets a satellite assembly associated with a specified culture.
Public Method GetType Overloaded. Gets the Type object that represents a specified class (type).
Public Method GetTypes Gets the Type objects that represent all of the classes (types) defined in the current assembly.
Public Method Static Load Overloaded. Loads a specified assembly.
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

Assembly Class
System.Reflection Namespace