Table of Contents

Class DIFile

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

Debug information for a source file

public class DIFile : DIScope, IEquatable<IrMetadata>
Inheritance
DIFile
Implements
Inherited Members

Properties

CheckSum

Gets the Checksum for this file

Directory

Gets the Directory for this file

FileName

Gets the file name for this file

Path

Gets the full path for this file

Source

Gets the source of the file or an empty string if not available

See Also