Session.GetClassInfo Method
| Name | Parameters | Description |
|---|---|---|
| GetClassInfo(Object) | theObject | Returns the XPClassInfo for the specified persistent object. |
| GetClassInfo(String, String) | assemblyName, className | Returns the XPClassInfo for the specified assembly and class. |
| GetClassInfo(Type) | classType | Returns the XPClassInfo for the specified type of class. |
| GetClassInfo<ClassType>() | none | Returns the XPClassInfo for the type designated by the specified generic type parameter. |