IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IMetadataSymbolWriter.cs
Go to the documentation of this file.
1using System.Diagnostics.SymbolStore;
2using System.Reflection.Metadata;
3using System.Reflection.Metadata.Ecma335;
4
6{
7
11 internal interface IMetadataSymbolWriter : ISymbolWriter
12 {
13
19 void OpenMethod(SymbolToken method, StandaloneSignatureHandle localSignatureHandle);
20
26 void WriteTo(MetadataBuilder metadata, out int userEntryPoint);
27
28 }
29
30}