コード例 #1
0
 internal static extern bool MetadataIteratorDeleteBlock(NativeMetadataIteratorHandle handle, [MarshalAs(UnmanagedType.Bool)] bool replaceWithPadding);
コード例 #2
0
 internal static extern bool MetadataIteratorInsertBlockAfter(NativeMetadataIteratorHandle handle, NativeMetadataBlockHandle metadatahandle);
コード例 #3
0
 internal static extern bool MetadataIteratorNext(NativeMetadataIteratorHandle handle);
コード例 #4
0
 internal static extern IntPtr MetadataIteratorGetBlock(NativeMetadataIteratorHandle handle);
コード例 #5
0
 internal static extern void MetadataIteratorInitialize(NativeMetadataIteratorHandle handle, NativeMetadataChainHandle chainHandle);