C# Class MonoMac.Foundation.NSUrl

Show file Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
Equals ( object t ) : bool
FromFilename ( string url ) : NSUrl
GetHashCode ( ) : int
MakeRelative ( string url ) : NSUrl
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object t ) : bool
t object
return bool

FromFilename() public static method

public static FromFilename ( string url ) : NSUrl
url string
return NSUrl

GetHashCode() public method

public GetHashCode ( ) : int
return int

MakeRelative() public method

public MakeRelative ( string url ) : NSUrl
url string
return NSUrl

ToString() public method

public ToString ( ) : string
return string