ModuleBuilder.DefineDocumentCore(String, Guid) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When override in a derived class, defines a document for source.
C#
protected virtual System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocumentCore(string url, Guid language = default);
abstract member DefineDocumentCore : string * Guid -> System.Diagnostics.SymbolStore.ISymbolDocumentWriter
override this.DefineDocumentCore : string * Guid -> System.Diagnostics.SymbolStore.ISymbolDocumentWriter
Protected Overridable Function DefineDocumentCore (url As String, Optional language As Guid = Nothing) As ISymbolDocumentWriter
- url
- String
The URL for the document.
- language
- Guid
The GUID that identifies the document language. This is optional.
The defined document.
This method is called on a dynamic module that is not a debug module.
Product | Versions |
---|---|
.NET | 9, 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: