C# Class System.Net.CFUrl

Inheritance: CFObject
显示文件 Open project: remobjects/mono Class Usage Examples

Public Methods

Method Description
CFUrl ( IntPtr handle, bool own ) : System
Create ( string absolute ) : CFUrl

Private Methods

Method Description
CFURLCreateWithString ( IntPtr allocator, IntPtr str, IntPtr baseURL ) : IntPtr

Method Details

CFUrl() public method

public CFUrl ( IntPtr handle, bool own ) : System
handle IntPtr
own bool
return System

Create() public static method

public static Create ( string absolute ) : CFUrl
absolute string
return CFUrl