IMetaDataDispenserEx class com

Extends the IMetaDataDispenser Interface interface to provide the capability to control how the metadata APIs operate on the current metadata scope.

Inheritance

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
defineScope(Pointer<GUID> rclsid, int dwCreateFlags, Pointer<GUID> riid, Pointer<Pointer<COMObject>> ppIUnk) int
inherited
detach() → void
Detaches the object from the Finalizer.
inherited
findAssembly(Pointer<Utf16> szAppBase, Pointer<Utf16> szPrivateBin, Pointer<Utf16> szGlobalBin, Pointer<Utf16> szAssemblyName, Pointer<Utf16> szName, int cchName, Pointer<Uint32> pcName) int
findAssemblyModule(Pointer<Utf16> szAppBase, Pointer<Utf16> szPrivateBin, Pointer<Utf16> szGlobalBin, Pointer<Utf16> szAssemblyName, Pointer<Utf16> szModuleName, Pointer<Utf16> szName, int cchName, Pointer<Uint32> pcName) int
getCORSystemDirectory(Pointer<Utf16> szBuffer, int cchBuffer, Pointer<Uint32> pchBuffer) int
getOption(Pointer<GUID> optionid, Pointer<VARIANT> pvalue) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openScope(Pointer<Utf16> szScope, int dwOpenFlags, Pointer<GUID> riid, Pointer<Pointer<COMObject>> ppIUnk) int
inherited
openScopeOnITypeInfo(Pointer<COMObject> pITI, int dwOpenFlags, Pointer<GUID> riid, Pointer<Pointer<COMObject>> ppIUnk) int
openScopeOnMemory(Pointer<NativeType> pData, int cbData, int dwOpenFlags, Pointer<GUID> riid, Pointer<Pointer<COMObject>> ppIUnk) int
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
setOption(Pointer<GUID> optionid, Pointer<VARIANT> value) int
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