IDXAssemblyInfo Members
When implemented by a class, provides information about its containing assembly.Properties
| Name | Description |
|---|---|
| AssemblyFullName | Indicates the full name of the current assembly. |
| IsProjectAssembly | Indicates whether the current assembly is an assembly of the current project. |
| IsSolutionAssembly | Indicates whether the current assembly is an assembly of the current solution. |
| ResourceOptions | Obtains resource options for the current assembly. |
| TypesInfo | Obtains a collection of types available in the current assembly. |
See Also