IUri class com

Exposes methods and properties used to parse and build Uniform Resource Identifiers (URIs).

Inheritance

Constructors

IUri(Pointer<COMObject> ptr)
IUri.from(IUnknown interface)
factory

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
Increments the reference count for an interface pointer to a COM object.
inherited
detach() → void
Detaches the object from the Finalizer.
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
Queries a COM object for a pointer to one of its interface; identifying the interface by a reference to its interface identifier (IID).
inherited
release() int
Decrements the reference count for an interface on a COM object.
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