ITypeInfo.AssemblyInfo Property
In This Article
Supplies metadata on the assembly in which the type is declared.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
IAssemblyInfo AssemblyInfo { get; }
#Property Value
Type | Description |
---|---|
IAssembly |
An IAssembly |
See Also