Assembly Properties
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CodeBase | Gets the location of the assembly as specified originally, for example, in an AssemblyName object. |
![]() | CustomAttributes | Gets a collection that contains this assembly's custom attributes. |
![]() | DefinedTypes | Gets a collection of the types defined in this assembly. |
![]() | 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. |
![]() | ExportedTypes | Gets a collection of the public types defined in this assembly that are visible outside the 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 full path or UNC location of the loaded file that contains the manifest. |
![]() | ManifestModule | Gets the module that contains the manifest for the current assembly. |
![]() | Modules | Gets a collection that contains the modules in this 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. |
