IUriVtbl class final

Inheritance

Constructors

IUriVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IUri> This)>>
getter/setter pair
GetAbsoluteUri Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrAbsoluteUri)>>
getter/setter pair
GetAuthority Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrAuthority)>>
getter/setter pair
GetDisplayUri Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrDisplayString)>>
getter/setter pair
GetDomain Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrDomain)>>
getter/setter pair
GetExtension Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrExtension)>>
getter/setter pair
GetFragment Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrFragment)>>
getter/setter pair
GetHost Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrHost)>>
getter/setter pair
GetHostType Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<DWORD> pdwHostType)>>
getter/setter pair
GetPassword Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrPassword)>>
getter/setter pair
GetPath Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrPath)>>
getter/setter pair
GetPathAndQuery Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrPathAndQuery)>>
getter/setter pair
GetPort Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<DWORD> pdwPort)>>
getter/setter pair
GetProperties Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, LPDWORD pdwFlags)>>
getter/setter pair
GetPropertyBSTR Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Int32 uriProp, Pointer<BSTR> pbstrProperty, DWORD dwFlags)>>
getter/setter pair
GetPropertyDWORD Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Int32 uriProp, Pointer<DWORD> pdwProperty, DWORD dwFlags)>>
getter/setter pair
GetPropertyLength Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Int32 uriProp, Pointer<DWORD> pcchProperty, DWORD dwFlags)>>
getter/setter pair
GetQuery Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrQuery)>>
getter/setter pair
GetRawUri Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrRawUri)>>
getter/setter pair
GetScheme Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<DWORD> pdwScheme)>>
getter/setter pair
GetSchemeName Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrSchemeName)>>
getter/setter pair
GetUserInfo Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrUserInfo)>>
getter/setter pair
GetUserNameA Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<BSTR> pbstrUserName)>>
getter/setter pair
GetZone Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<DWORD> pdwZone)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
HasProperty Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Int32 uriProp, Pointer<BOOL> pfHasProperty)>>
getter/setter pair
IsEqual Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<IUri> pUri, Pointer<BOOL> pfEqual)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IUri> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IUri> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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