WebPreferences Constructors
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.
Overloads
WebPreferences() | |
WebPreferences(NSCoder) | |
WebPreferences(NSObjectFlag) | |
WebPreferences(IntPtr) | |
WebPreferences(String) |
WebPreferences()
WebPreferences(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public WebPreferences (Foundation.NSCoder coder);
new WebKit.WebPreferences : Foundation.NSCoder -> WebKit.WebPreferences
Parameters
- coder
- NSCoder
- Attributes
Applies to
WebPreferences(NSObjectFlag)
protected WebPreferences (Foundation.NSObjectFlag t);
new WebKit.WebPreferences : Foundation.NSObjectFlag -> WebKit.WebPreferences
Parameters
Applies to
WebPreferences(IntPtr)
protected internal WebPreferences (IntPtr handle);
new WebKit.WebPreferences : nativeint -> WebKit.WebPreferences
Parameters
- handle
-
IntPtr
nativeint
Applies to
WebPreferences(String)
[Foundation.Export("initWithIdentifier:")]
public WebPreferences (string identifier);
new WebKit.WebPreferences : string -> WebKit.WebPreferences
Parameters
- identifier
- String
- Attributes