IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IMetadataSymbolWriter.cs
Go to the documentation of this file.
1
using
System.Diagnostics.SymbolStore;
2
using
System.Reflection.Metadata;
3
using
System.Reflection.Metadata.Ecma335;
4
5
namespace
IKVM.Reflection.Diagnostics
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
}
IKVM.Reflection.Diagnostics
Definition
IMetadataSymbolWriter.cs:6
src
IKVM.CoreLib
Reflection
Diagnostics
IMetadataSymbolWriter.cs
Generated by
1.12.0