Assembly Properties
.NET Framework 1.1
The properties of the Assembly class are listed here. For a complete list of Assembly class members, see the Assembly Members topic.
Public Properties
CodeBase | Gets the location of the assembly as specified originally, for example, in an AssemblyName object. |
EntryPoint | Gets the entry point of this assembly. |
EscapedCodeBase | Gets the URI, including escape characters, that represents the codebase. |
Evidence | Gets the evidence for this assembly. |
FullName Supported by the .NET Compact Framework. | Gets the display name of the assembly. |
GlobalAssemblyCache | Gets a value indicating whether the assembly was loaded from the global assembly cache. |
ImageRuntimeVersion | Gets the version of the common language runtime (CLR) saved in the file containing the manifest. |
Location | Gets the physical location, in codebase format, of the loaded file that contains the manifest. |
