| Assembly Methods |
The Assembly type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether this assembly and the specified object are equal. (Overrides ObjectEquals(Object).) | |
| GetExecutingAssembly | Gets the assembly that contains the code that is currently executing. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetType(String) | Gets the Type object with the specified name in the assembly instance. | |
| GetType(String, Boolean) | Gets the Type object with the specified name in the assembly instance and optionally throws an exception if the type is not found. | |
| GetType(String, Boolean, Boolean) | Gets the Type object with the specified name in the assembly instance, with the options of ignoring the case, and of throwing an exception if the type is not found. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns the full name of the assembly, also known as the display name. (Overrides ObjectToString.) |