IMetaDataTables2 class com
Extends IMetaDataTables to include methods for working with metadata streams.
- Inheritance
-
- Object
- IUnknown
- IMetaDataTables
- IMetaDataTables2
Constructors
-
IMetaDataTables2.new(Pointer<
COMObject> ptr) - IMetaDataTables2.from(IUnknown interface)
-
factory
Properties
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 -
getBlob(
int ixBlob, Pointer< Uint32> pcbData, Pointer<Pointer< ppData) → intNativeType> > -
inherited
-
getBlobHeapSize(
Pointer< Uint32> pcbBlobs) → int -
inherited
-
getCodedTokenInfo(
int ixCdTkn, Pointer< Uint32> pcTokens, Pointer<Pointer< ppTokens, Pointer<Uint32> >Pointer< ppName) → intInt8> > -
inherited
-
getColumn(
int ixTbl, int ixCol, int rid, Pointer< Uint32> pVal) → int -
inherited
-
getColumnInfo(
int ixTbl, int ixCol, Pointer< Uint32> poCol, Pointer<Uint32> pcbCol, Pointer<Uint32> pType, Pointer<Pointer< ppName) → intInt8> > -
inherited
-
getGuid(
int ixGuid, Pointer< Pointer< ppGUID) → intGUID> > -
inherited
-
getGuidHeapSize(
Pointer< Uint32> pcbGuids) → int -
inherited
-
getMetaDataStorage(
Pointer< Pointer< ppvMd, Pointer<NativeType> >Uint32> pcbMd) → int -
getMetaDataStreamInfo(
int ix, Pointer< Pointer< ppchName, Pointer<Int8> >Pointer< ppv, Pointer<NativeType> >Uint32> pcb) → int -
getNextBlob(
int ixBlob, Pointer< Uint32> pNext) → int -
inherited
-
getNextGuid(
int ixGuid, Pointer< Uint32> pNext) → int -
inherited
-
getNextString(
int ixString, Pointer< Uint32> pNext) → int -
inherited
-
getNextUserString(
int ixUserString, Pointer< Uint32> pNext) → int -
inherited
-
getNumTables(
Pointer< Uint32> pcTables) → int -
inherited
-
getRow(
int ixTbl, int rid, Pointer< Pointer< ppRow) → intNativeType> > -
inherited
-
getString(
int ixString, Pointer< Pointer< ppString) → intInt8> > -
inherited
-
getStringHeapSize(
Pointer< Uint32> pcbStrings) → int -
inherited
-
getTableIndex(
int token, Pointer< Uint32> pixTbl) → int -
inherited
-
getTableInfo(
int ixTbl, Pointer< Uint32> pcbRow, Pointer<Uint32> pcRows, Pointer<Uint32> pcCols, Pointer<Uint32> piKey, Pointer<Pointer< ppName) → intInt8> > -
inherited
-
getUserString(
int ixUserString, Pointer< Uint32> pcbData, Pointer<Pointer< ppData) → intNativeType> > -
inherited
-
getUserStringHeapSize(
Pointer< Uint32> pcbBlobs) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
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