NSKeyedArchiver.GlobalGetClassName(Class) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the global class name for a specified class.
public static string GlobalGetClassName(ObjCRuntime.Class kls);
public static string? GlobalGetClassName(ObjCRuntime.Class kls);
static member GlobalGetClassName : ObjCRuntime.Class -> string
Parameters
Returns
The class name associated with the class, or null if no class name has been set.
Remarks
This method retrieves the class name associated with a class for all instances of NSKeyedArchiver. Use GetClassName(Class) to get the class name for a specific archiver instance.