XPClassInfo.GetShortAssemblyName(Assembly) Method
Gets the short name of the specified assembly.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
assembly | Assembly | The assembly. |
Returns
Type | Description |
---|---|
String | A string value that represents the specified assembly’s short name. |
Remarks
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
See Also