Back to Devexpress

ReflectionDictionary.QueryClassInfo(String, String) Method

xpo-devexpress-dot-xpo-dot-metadata-dot-reflectiondictionary-dot-queryclassinfo-x28-system-dot-string-system-dot-string-x29.md

latest1.9 KB
Original Source

ReflectionDictionary.QueryClassInfo(String, String) Method

Returns the persistent class metadata information for the specified assembly name and class name.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public override XPClassInfo QueryClassInfo(
    string assemblyName,
    string className
)
vb
Public Overrides Function QueryClassInfo(
    assemblyName As String,
    className As String
) As XPClassInfo

Parameters

NameTypeDescription
assemblyNameString

The assembly name.

| | className | String |

The full name of the class.

|

Returns

TypeDescription
XPClassInfo

The XPClassInfo object for the specified class or null reference ( Nothing in Visual Basic) when the metadata information cannot be obtained.

|

See Also

XPDictionary.GetClassInfo

Session.GetClassInfo

ReflectionDictionary Class

ReflectionDictionary Members

DevExpress.Xpo.Metadata Namespace