Assembly Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Assembly type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |
|
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. |
|
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. |
|
ManifestModule | Gets the module that contains the manifest for the current assembly. |
|
Modules | Gets a collection that contains the modules in this assembly. |
Show: