Skip to main content

XPClassInfo.GetShortAssemblyName(Assembly) Method

Gets the short name of the specified assembly.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public static string GetShortAssemblyName(
    Assembly assembly
)

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