IAssemblyInfo Properties
Declares members implemented by classes that supply metadata information on assemblies.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. |
See Also