NSDecoderHandler Delegate
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.
A delegate that specifies the callback function for the CannotDecodeClass property.
public delegate ObjCRuntime.Class NSDecoderHandler(NSKeyedUnarchiver unarchiver, string klass, string[] classes);
type NSDecoderHandler = delegate of NSKeyedUnarchiver * string * string[] -> Class
Parameters
- unarchiver
- NSKeyedUnarchiver
- klass
- String
- classes
- String[]