The TypeName type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TypeName | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| ConvertToPartialAssemblyName |
Returns a type name that has a partial assembly name instead of the full assembly name.
| |
| Equals | Overloaded. | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Resolve |
Resolves the type named by this instance.
| |
| ToString | (Overrides Object..::.ToString()()().) |
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| AssemblyName |
Gets the full or partial name of the assembly that contains the type.
| |
| AssemblyQualifiedName |
Gets the assembly-qualified name of the type, including its namespace and assembly.
| |
| FullName |
Gets the full name of the type, including its namespace.
| |
| HasPartialAssemblyName |
Returns true if the associated AssemblyName is a partial name only.
|
