The properties of the Assembly class are listed below. For a complete list of Assembly class members, see the Assembly Members topic.
CodeBase | This read-only property returns the location of the assembly as specified originally, for example, in an AssemblyName object. |
CopiedCodeBase | This read-only property returns the location from which the assembly was loaded. This will be different from the value of CodeBase if the assembly is a shadow copy. |
EntryPoint | Read-only. Gets the entry point of this assembly. |
Evidence | This read-only property returns the evidence for this assembly. |
FullName | This read-only property returns the display name of the assembly. |
IsShared | This read-only property checks if this assembly has code that is shared across multiple application domains. |
ShareCount | This read-only property returns the number of application domains that are currently sharing the code for this assembly. |