Header menu logo F# Compiler Guide

ILSourceDocument Type

Debug info. Values of type "source" can be attached at sequence points and some other locations.

Instance members

Instance member Description

this.DocumentType

Full Usage: this.DocumentType

Returns: ILGuid option
Returns: ILGuid option

this.File

Full Usage: this.File

Returns: string
Returns: string

this.Language

Full Usage: this.Language

Returns: ILGuid option
Returns: ILGuid option

this.Vendor

Full Usage: this.Vendor

Returns: ILGuid option
Returns: ILGuid option

Static members

Static member Description

ILSourceDocument.Create(language, vendor, documentType, file)

Full Usage: ILSourceDocument.Create(language, vendor, documentType, file)

Parameters:
    language : ILGuid option
    vendor : ILGuid option
    documentType : ILGuid option
    file : string

Returns: ILSourceDocument
language : ILGuid option
vendor : ILGuid option
documentType : ILGuid option
file : string
Returns: ILSourceDocument

Type something to start searching.