RegisterAttribute.IsWrapper Property
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.
Specifies whether the class being registered is wrapping an existing Objective-C class, or if it's a new class.
public bool IsWrapper { get; set; }
member this.IsWrapper : bool with get, set
Property Value
True if the class being registered is wrapping an existing Objective-C class.