C# 클래스 Smartmobili.Cocoa.NSURL

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class
NSURLFileScheme string

보호된 프로퍼티들

프로퍼티 타입 설명
_baseURL NSURL
_fragment NSString
_host NSString
_parameter NSString
_password NSString
_path NSString
_port NSNumber
_query NSString
_scheme NSString
_string NSString
_user NSString

공개 메소드들

메소드 설명
Alloc ( ) : NSURL
FileURLWithPath ( NSString aPath ) : id
GetPath ( ) : NSString
InitFileURLWithPath ( NSString aPath ) : id
InitWithScheme ( NSString scheme, NSString host, NSString path ) : id
NSURL ( ) : System
isFileURL ( ) : bool

비공개 메소드들

메소드 설명
_PathWithEscapes ( bool withEscapes ) : NSString

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSURL
리턴 NSURL

FileURLWithPath() 공개 정적인 메소드

public static FileURLWithPath ( NSString aPath ) : id
aPath NSString
리턴 id

GetPath() 공개 메소드

public GetPath ( ) : NSString
리턴 NSString

InitFileURLWithPath() 공개 메소드

public InitFileURLWithPath ( NSString aPath ) : id
aPath NSString
리턴 id

InitWithScheme() 공개 메소드

public InitWithScheme ( NSString scheme, NSString host, NSString path ) : id
scheme NSString
host NSString
path NSString
리턴 id

NSURL() 공개 메소드

public NSURL ( ) : System
리턴 System

isFileURL() 공개 메소드

public isFileURL ( ) : bool
리턴 bool

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

NSURLFileScheme 공개적으로 프로퍼티

public string NSURLFileScheme
리턴 string

_baseURL 보호되어 있는 프로퍼티

protected NSURL,Smartmobili.Cocoa _baseURL
리턴 NSURL

_fragment 보호되어 있는 프로퍼티

protected NSString _fragment
리턴 NSString

_host 보호되어 있는 프로퍼티

protected NSString _host
리턴 NSString

_parameter 보호되어 있는 프로퍼티

protected NSString _parameter
리턴 NSString

_password 보호되어 있는 프로퍼티

protected NSString _password
리턴 NSString

_path 보호되어 있는 프로퍼티

protected NSString _path
리턴 NSString

_port 보호되어 있는 프로퍼티

protected NSNumber _port
리턴 NSNumber

_query 보호되어 있는 프로퍼티

protected NSString _query
리턴 NSString

_scheme 보호되어 있는 프로퍼티

protected NSString _scheme
리턴 NSString

_string 보호되어 있는 프로퍼티

protected NSString _string
리턴 NSString

_user 보호되어 있는 프로퍼티

protected NSString _user
리턴 NSString