IUri class com Interface

Inheritance

Constructors

IUri(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddRef() int
inherited
GetAbsoluteUri(Pointer<Pointer<Utf16>> pbstrAbsoluteUri) int
GetAuthority(Pointer<Pointer<Utf16>> pbstrAuthority) int
GetDisplayUri(Pointer<Pointer<Utf16>> pbstrDisplayString) int
GetDomain(Pointer<Pointer<Utf16>> pbstrDomain) int
GetExtension(Pointer<Pointer<Utf16>> pbstrExtension) int
GetFragment(Pointer<Pointer<Utf16>> pbstrFragment) int
GetHost(Pointer<Pointer<Utf16>> pbstrHost) int
GetHostType(Pointer<Uint32> pdwHostType) int
GetPassword(Pointer<Pointer<Utf16>> pbstrPassword) int
GetPath(Pointer<Pointer<Utf16>> pbstrPath) int
GetPathAndQuery(Pointer<Pointer<Utf16>> pbstrPathAndQuery) int
GetPort(Pointer<Uint32> pdwPort) int
GetProperties(Pointer<Uint32> pdwFlags) int
GetPropertyBSTR(int uriProp, Pointer<Pointer<Utf16>> pbstrProperty, int dwFlags) int
GetPropertyDWORD(int uriProp, Pointer<Uint32> pdwProperty, int dwFlags) int
GetPropertyLength(int uriProp, Pointer<Uint32> pcchProperty, int dwFlags) int
GetQuery(Pointer<Pointer<Utf16>> pbstrQuery) int
GetRawUri(Pointer<Pointer<Utf16>> pbstrRawUri) int
GetScheme(Pointer<Uint32> pdwScheme) int
GetSchemeName(Pointer<Pointer<Utf16>> pbstrSchemeName) int
GetUserInfo(Pointer<Pointer<Utf16>> pbstrUserInfo) int
GetUserName(Pointer<Pointer<Utf16>> pbstrUserName) int
GetZone(Pointer<Uint32> pdwZone) int
HasProperty(int uriProp, Pointer<Int32> pfHasProperty) int
IsEqual(Pointer<COMObject> pUri, Pointer<Int32> pfEqual) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
Release() int
inherited
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited