SymbolWriterImpl
SymbolWriterImpl(Guid)
Close()
CloseMethod()
CloseNamespace()
CloseScope(Int32)
DefineDocument(String, Guid, Guid, Guid)
DefineField(SymbolToken, String, FieldAttributes, Byte[], SymAddressKind, Int32, Int32, Int32)
DefineGlobalVariable(String, FieldAttributes, Byte[], SymAddressKind, Int32, Int32, Int32)
DefineLocalVariable(String, FieldAttributes, Byte[], SymAddressKind, Int32, Int32, Int32, Int32, Int32)
DefineParameter(String, ParameterAttributes, Int32, SymAddressKind, Int32, Int32, Int32)
DefineSequencePoints(ISymbolDocumentWriter, Int32[], Int32[], Int32[], Int32[], Int32[])
Initialize(IntPtr, String, Boolean)
OpenMethod(SymbolToken)
OpenNamespace(String)
OpenScope(Int32)
SetMethodSourceRange(ISymbolDocumentWriter, Int32, Int32, ISymbolDocumentWriter, Int32, Int32)
SetScopeRange(Int32, Int32, Int32)
SetSymAttribute(SymbolToken, String, Byte[])
SetUnderlyingWriter(IntPtr)
SetUserEntryPoint(SymbolToken)
UsingNamespace(String)
monoandroid
namespace Mono.CompilerServices.SymbolWriter
{
public class SymbolWriterImpl : ISymbolWriter
{
public void SetScopeRange(int scopeID, int startOffset, int endOffset);
}
}
Xamarin Android | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Information specific to monoandroid | |
Assembly | Mono.CompilerServices.SymbolWriter , Version=2.0.5.0, PublicKeyToken=0738eb9f132ed756 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API