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