示例#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);