Table of Contents

Class DIImportedEntity

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

Debug information from an imported entity

public class DIImportedEntity : DINode, IEquatable<IrMetadata>
Inheritance
DIImportedEntity
Implements
Inherited Members

Properties

Entity

Gets the entity imported

File

Gets the DIFile for the imported entity

Name

Gets the name of the node

Scope

Gets the DIScope for the imported entity

See Also