C# Class Smartmobili.Cocoa.NSURL

Inheritance: NSObject
Exibir arquivo Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class
NSURLFileScheme string

Protected Properties

Property Type Description
_baseURL NSURL
_fragment NSString
_host NSString
_parameter NSString
_password NSString
_path NSString
_port NSNumber
_query NSString
_scheme NSString
_string NSString
_user NSString

Public Methods

Method Description
Alloc ( ) : NSURL
FileURLWithPath ( NSString aPath ) : id
GetPath ( ) : NSString
InitFileURLWithPath ( NSString aPath ) : id
InitWithScheme ( NSString scheme, NSString host, NSString path ) : id
NSURL ( ) : System
isFileURL ( ) : bool

Private Methods

Method Description
_PathWithEscapes ( bool withEscapes ) : NSString

Method Details

Alloc() public static method

public static Alloc ( ) : NSURL
return NSURL

FileURLWithPath() public static method

public static FileURLWithPath ( NSString aPath ) : id
aPath NSString
return id

GetPath() public method

public GetPath ( ) : NSString
return NSString

InitFileURLWithPath() public method

public InitFileURLWithPath ( NSString aPath ) : id
aPath NSString
return id

InitWithScheme() public method

public InitWithScheme ( NSString scheme, NSString host, NSString path ) : id
scheme NSString
host NSString
path NSString
return id

NSURL() public method

public NSURL ( ) : System
return System

isFileURL() public method

public isFileURL ( ) : bool
return bool

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

NSURLFileScheme public_oe property

public string NSURLFileScheme
return string

_baseURL protected_oe property

protected NSURL,Smartmobili.Cocoa _baseURL
return NSURL

_fragment protected_oe property

protected NSString _fragment
return NSString

_host protected_oe property

protected NSString _host
return NSString

_parameter protected_oe property

protected NSString _parameter
return NSString

_password protected_oe property

protected NSString _password
return NSString

_path protected_oe property

protected NSString _path
return NSString

_port protected_oe property

protected NSNumber _port
return NSNumber

_query protected_oe property

protected NSString _query
return NSString

_scheme protected_oe property

protected NSString _scheme
return NSString

_string protected_oe property

protected NSString _string
return NSString

_user protected_oe property

protected NSString _user
return NSString