XPDictionary.GetClassInfo Method
| Name | Parameters | Description |
|---|---|---|
| GetClassInfo(Object) | theObject | Returns the persistent class metadata information for the specified object. |
| GetClassInfo(String, String) | assemblyName, className | Returns the persistent class metadata information for the specified assembly name and class name. |
| GetClassInfo(Type) | classType | Returns the persistent class metadata information for the specified class type. |