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