C# Class Mono.UnmanagedUri

ファイルを表示 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_oe property

public IntPtr,System _params
return System.IntPtr

auth public_oe property

public IntPtr,System auth
return System.IntPtr

fragment public_oe property

public IntPtr,System fragment
return System.IntPtr

host public_oe property

public IntPtr,System host
return System.IntPtr

isAbsolute public_oe property

public bool isAbsolute
return bool

originalString public_oe property

public IntPtr,System originalString
return System.IntPtr

passwd public_oe property

public IntPtr,System passwd
return System.IntPtr

path public_oe property

public IntPtr,System path
return System.IntPtr

port public_oe property

public int port
return int

query public_oe property

public IntPtr,System query
return System.IntPtr

scheme public_oe property

public IntPtr,System scheme
return System.IntPtr

user public_oe property

public IntPtr,System user
return System.IntPtr