Assembly Properties
.NET Framework 4
The Assembly type exposes the following members.
| Name | Description | |
|---|---|---|
|
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 | Gets the display name of the assembly. |
|
GlobalAssemblyCache | Gets a value indicating whether the assembly was loaded from the global assembly cache. |
|
HostContext | Gets the host context with which the assembly was loaded. |
|
ImageRuntimeVersion | Gets a string representing the version of the common language runtime (CLR) saved in the file containing the manifest. |
|
IsDynamic | Gets a value that indicates whether the current assembly was generated dynamically in the current process by using reflection emit. |
|
IsFullyTrusted | Gets a value that indicates whether the current assembly is loaded with full trust. |
|
Location | Gets the path or UNC location of the loaded file that contains the manifest. |
|
ManifestModule | Gets the module that contains the manifest for the current assembly. |
|
PermissionSet | Gets the grant set of the current assembly. |
|
ReflectionOnly | Gets a Boolean value indicating whether this assembly was loaded into the reflection-only context. |
|
SecurityRuleSet | Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly. |