C# Class Mono.UnmanagedUri

Show file Open project: shana/moon

Public Properties

Property Type Description
_params System.IntPtr
auth System.IntPtr
fragment System.IntPtr
host System.IntPtr
isAbsolute bool
originalString System.IntPtr
passwd System.IntPtr
path System.IntPtr
port int
query System.IntPtr
scheme System.IntPtr
user System.IntPtr

Public Methods

Method Description
FromUri ( Uri managed_uri ) : IntPtr

Method Details

FromUri() public static method

public static FromUri ( Uri managed_uri ) : IntPtr
managed_uri System.Uri
return System.IntPtr

Property Details

_params public property

public IntPtr,System _params
return System.IntPtr

auth public property

public IntPtr,System auth
return System.IntPtr

fragment public property

public IntPtr,System fragment
return System.IntPtr

host public property

public IntPtr,System host
return System.IntPtr

isAbsolute public property

public bool isAbsolute
return bool

originalString public property

public IntPtr,System originalString
return System.IntPtr

passwd public property

public IntPtr,System passwd
return System.IntPtr

path public property

public IntPtr,System path
return System.IntPtr

port public property

public int port
return int

query public property

public IntPtr,System query
return System.IntPtr

scheme public property

public IntPtr,System scheme
return System.IntPtr

user public property

public IntPtr,System user
return System.IntPtr