ITLibrary 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
ITLibrary() | |
ITLibrary(NSObjectFlag) | |
ITLibrary(IntPtr) | |
ITLibrary(String, NSError) | |
ITLibrary(String, ITLibInitOptions, NSError) |
ITLibrary()
ITLibrary(NSObjectFlag)
protected ITLibrary (Foundation.NSObjectFlag t);
new iTunesLibrary.ITLibrary : Foundation.NSObjectFlag -> iTunesLibrary.ITLibrary
Parameters
Applies to
ITLibrary(IntPtr)
protected internal ITLibrary (IntPtr handle);
new iTunesLibrary.ITLibrary : nativeint -> iTunesLibrary.ITLibrary
Parameters
- handle
-
IntPtr
nativeint
Applies to
ITLibrary(String, NSError)
ITLibrary(String, ITLibInitOptions, NSError)
[Foundation.Export("initWithAPIVersion:options:error:")]
public ITLibrary (string requestedAPIVersion, iTunesLibrary.ITLibInitOptions options, out Foundation.NSError error);
new iTunesLibrary.ITLibrary : string * iTunesLibrary.ITLibInitOptions * -> iTunesLibrary.ITLibrary
Parameters
- requestedAPIVersion
- String
- options
- ITLibInitOptions
- error
- NSError
- Attributes