IMarshalVtbl class final

Inheritance

Constructors

IMarshalVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IMarshal> This)>>
getter/setter pair
DisconnectObject Pointer<NativeFunction<HRESULT Function(Pointer<IMarshal> This, DWORD dwReserved)>>
getter/setter pair
GetMarshalSizeMax Pointer<NativeFunction<HRESULT Function(Pointer<IMarshal> This, Pointer<IID> riid, Pointer<Void> pv, DWORD dwDestContext, Pointer<Void> pvDestContext, DWORD mshlflags, Pointer<DWORD> pSize)>>
getter/setter pair
GetUnmarshalClass Pointer<NativeFunction<HRESULT Function(Pointer<IMarshal> This, Pointer<IID> riid, Pointer<Void> pv, DWORD dwDestContext, Pointer<Void> pvDestContext, DWORD mshlflags, Pointer<CLSID> pCid)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
MarshalInterface Pointer<NativeFunction<HRESULT Function(Pointer<IMarshal> This, Pointer<IStream> pStm, Pointer<IID> riid, Pointer<Void> pv, DWORD dwDestContext, Pointer<Void> pvDestContext, DWORD mshlflags)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IMarshal> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IMarshal> This)>>
getter/setter pair
ReleaseMarshalData Pointer<NativeFunction<HRESULT Function(Pointer<IMarshal> This, Pointer<IStream> pStm)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
UnmarshalInterface Pointer<NativeFunction<HRESULT Function(Pointer<IMarshal> This, Pointer<IStream> pStm, Pointer<IID> riid, Pointer<Pointer<Void>> ppv)>>
getter/setter pair

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