C# Class Mono.UnmanagedUri

Afficher le fichier Open project: shana/moon

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
FromUri ( Uri managed_uri ) : IntPtr

Method Details

FromUri() public static méthode

public static FromUri ( Uri managed_uri ) : IntPtr
managed_uri System.Uri
Résultat System.IntPtr

Property Details

_params public_oe property

public IntPtr,System _params
Résultat System.IntPtr

auth public_oe property

public IntPtr,System auth
Résultat System.IntPtr

fragment public_oe property

public IntPtr,System fragment
Résultat System.IntPtr

host public_oe property

public IntPtr,System host
Résultat System.IntPtr

isAbsolute public_oe property

public bool isAbsolute
Résultat bool

originalString public_oe property

public IntPtr,System originalString
Résultat System.IntPtr

passwd public_oe property

public IntPtr,System passwd
Résultat System.IntPtr

path public_oe property

public IntPtr,System path
Résultat System.IntPtr

port public_oe property

public int port
Résultat int

query public_oe property

public IntPtr,System query
Résultat System.IntPtr

scheme public_oe property

public IntPtr,System scheme
Résultat System.IntPtr

user public_oe property

public IntPtr,System user
Résultat System.IntPtr