AssemblyBuilder Properties
.NET Framework 4
The AssemblyBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
CodeBase | Gets the location of the assembly, as specified originally (such as in an AssemblyName object). (Overrides Assembly.CodeBase.) |
|
EntryPoint | Returns the entry point of this assembly. (Overrides Assembly.EntryPoint.) |
|
EscapedCodeBase | Gets the URI, including escape characters, that represents the codebase. (Inherited from Assembly.) |
|
Evidence | Gets the evidence for this assembly. (Overrides Assembly.Evidence.) |
|
FullName | Gets the display name of the current dynamic assembly. (Overrides Assembly.FullName.) |
|
GlobalAssemblyCache | Gets a value that indicates whether the assembly was loaded from the global assembly cache. (Overrides Assembly.GlobalAssemblyCache.) |
|
HostContext | Gets the host context where the dynamic assembly is being created. (Overrides Assembly.HostContext.) |
|
ImageRuntimeVersion | Gets the version of the common language runtime that will be saved in the file containing the manifest. (Overrides Assembly.ImageRuntimeVersion.) |
|
IsDynamic | Gets a value that indicates that the current assembly is a dynamic assembly. (Overrides Assembly.IsDynamic.) |
|
IsFullyTrusted | Gets a value that indicates whether the current assembly is loaded with full trust. (Inherited from Assembly.) |
|
Location | Gets the location, in codebase format, of the loaded file that contains the manifest if it is not shadow-copied. (Overrides Assembly.Location.) |
|
ManifestModule | Gets the module in the current AssemblyBuilder that contains the assembly manifest. (Overrides Assembly.ManifestModule.) |
|
PermissionSet | Gets the grant set of the current dynamic assembly. (Overrides Assembly.PermissionSet.) |
|
ReflectionOnly | Gets a value indicating whether the dynamic assembly is in the reflection-only context. (Overrides Assembly.ReflectionOnly.) |
|
SecurityRuleSet | Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly. (Overrides Assembly.SecurityRuleSet.) |