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