AssemblyBuilder Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The AssemblyBuilder type exposes the following members.

Properties

  Name Description
Public property CodeBase Gets the location of the assembly as specified originally, for example, in an AssemblyName object. (Inherited from Assembly.)
Public property EntryPoint Gets the entry point of this assembly. (Overrides Assembly.EntryPoint.)
Public property FullName Gets the display name of the current dynamic assembly. (Overrides Assembly.FullName.)
Public property ImageRuntimeVersion Gets the version of the common language runtime that will be saved in the file containing the manifest. (Overrides Assembly.ImageRuntimeVersion.)
Public property IsDynamic Gets a value that indicates that the current assembly is a dynamic assembly. (Overrides Assembly.IsDynamic.)
Public property Location Gets the path or UNC location of the loaded file that contains the manifest. (Inherited from Assembly.)
Public property ManifestModule Gets the module in the current AssemblyBuilder that contains the assembly manifest. (Overrides Assembly.ManifestModule.)

Top