Assembly Members
The following tables list the members exposed by the Assembly type.
Public Constructors
Name | Description | |
---|---|---|
Assembly | Initializes a new instance of the Assembly class. |
Public Properties
Name | Description | |
---|---|---|
FullName | Gets the full name, or display name, of the current assembly. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetAssembly | Gets the assembly in which a specified class (type) is defined. | |
GetExecutingAssembly | Gets the assembly that contains the code that is currently executing. | |
GetHashCode | (Inherited from Object.) | |
GetName | Gets an AssemblyName for this assembly. | |
GetSatelliteAssembly | Gets a satellite assembly associated with a specified culture. | |
GetType | Overloaded. Gets the Type object that represents a specified class (type). | |
GetTypes | Gets the Type objects that represent all of the classes (types) defined in the current assembly. | |
Load | Overloaded. Loads a specified assembly. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |