Assembly 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 Assembly 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.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 EntryPoint Gets the entry point of this assembly.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 FullName Gets the display name of the assembly.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ImageRuntimeVersion Gets a string representing the version of the common language runtime (CLR) saved in the file containing the manifest.
Public property IsDynamic Gets a value that indicates whether the current assembly was generated dynamically in the current process by using reflection emit.
Public property Location Gets the path or UNC location of the loaded file that contains the manifest.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ManifestModule Gets the module that contains the manifest for the current assembly.

Top