IAssemblyInfo Members
Declares members implemented by classes that supply metadata information on assemblies.Properties
| Name | Description |
|---|---|
| AllTypesLoaded | Indicates whether the metadata on all the public types defined in the current assembly has been loaded to the IAssemblyInfo.Types list. |
| Assembly | Supplies metadata on the current assembly. |
| FullName | Specifies the display name of the assembly. |
| Types | Supplies metadata on the public types defined in the current assembly. |
Methods
| Name | Description |
|---|---|
| LoadTypes() | Loads the metadata on all the public types defined in the current assembly to the IAssemblyInfo.Types list. |
See Also