NSDataAsset 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
NSDataAsset(NSObjectFlag) | |
NSDataAsset(IntPtr) | |
NSDataAsset(String) | |
NSDataAsset(String, NSBundle) |
NSDataAsset(NSObjectFlag)
protected NSDataAsset (Foundation.NSObjectFlag t);
new AppKit.NSDataAsset : Foundation.NSObjectFlag -> AppKit.NSDataAsset
Parameters
Applies to
NSDataAsset(IntPtr)
protected internal NSDataAsset (IntPtr handle);
new AppKit.NSDataAsset : nativeint -> AppKit.NSDataAsset
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSDataAsset(String)
[Foundation.Export("initWithName:")]
public NSDataAsset (string name);
new AppKit.NSDataAsset : string -> AppKit.NSDataAsset
Parameters
- name
- String
- Attributes