コード例 #1
0
 public HRESULT Next([NativeTypeName("ULONG")] uint celt, IDiaTable **rgelt, [NativeTypeName("ULONG *")] uint *pceltFetched)
 {
     return(((delegate * unmanaged <IDiaEnumTables *, uint, IDiaTable **, uint *, int>)(lpVtbl[6]))((IDiaEnumTables *)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched));
 }
コード例 #2
0
 public HRESULT Item(VARIANT index, IDiaTable **table)
 {
     return(((delegate * unmanaged <IDiaEnumTables *, VARIANT, IDiaTable **, int>)(lpVtbl[5]))((IDiaEnumTables *)Unsafe.AsPointer(ref this), index, table));
 }