ReflectionDictionary.QueryClassInfo(String, String) Method
In This Article
Returns the persistent class metadata information for the specified assembly name and class name.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public override XPClassInfo QueryClassInfo(
string assemblyName,
string className
)
#Parameters
Name | Type | Description |
---|---|---|
assembly |
String | The assembly name. |
class |
String | The full name of the class. |
#Returns
Type | Description |
---|---|
XPClass |
The XPClass |
See Also