This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
AssemblyName Methods
The methods of the AssemblyName class are listed below. For a complete list of AssemblyName class members, see the AssemblyName Members topic.
Public:
Clone |
Make a copy of this AssemblyName object. |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetAssemblyHash |
Get the hash value of the file containing the assembly manifest. |
GetAssemblyName |
Get the AssemblyName for a given file. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetOperatingSystems |
Get the operating systems supported by the assembly. |
GetOriginator |
Get the public key identifying the originator of the assembly. |
GetProcessors |
Get the processors supported by the assembly. |
GetType (inherited from Object) |
Gets the Type of the Object. |
SetAssemblyHash |
Sets the hash value of the file containing the assembly manifest. |
SetOperatingSystems |
Sets the operating systems supported by the assembly. |
SetOriginator |
Set the public key identifying the originator of the assembly. |
SetProcessors |
Sets the processors supported by the assembly. |
ToString |
Get the full name of the assembly. |
Protected:
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
AssemblyName Class | System.Reflection Namespace