Ejemplo n.º 1
0
 internal static extern bool MetadataIteratorInsertBlockAfter(
     MetadataIteratorHandle handle,
     MetadataBlockHandle metadataHandle);
Ejemplo n.º 2
0
 internal static extern bool MetadataIteratorDeleteBlock(
     MetadataIteratorHandle handle,
     [MarshalAs(UnmanagedType.Bool)] bool replaceWithPadding);
Ejemplo n.º 3
0
 internal static extern IntPtr MetadataIteratorGetBlock(
     MetadataIteratorHandle handle);
Ejemplo n.º 4
0
 internal static extern bool MetadataIteratorNext(
     MetadataIteratorHandle handle);
Ejemplo n.º 5
0
 internal static extern void MetadataIteratorInit(
     MetadataIteratorHandle handle,
     MetadataChainHandle chainHandle);
Ejemplo n.º 6
0
 internal static extern bool MetadataIteratorNext(
     [NotNull] MetadataIteratorHandle handle);
Ejemplo n.º 7
0
 internal static extern void MetadataIteratorInit(
     [NotNull] MetadataIteratorHandle handle,
     [NotNull] MetadataChainHandle chainHandle);