Search Results for

    Show / Hide Table of Contents

    Class ExternAttribute

    An attribute that indicates that a method is implemented by calling into an external library.

    Inheritance
    object
    ExternAttribute
    Implements
    IAttribute
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.TypeSystem
    Assembly: Flame.dll
    Syntax
    public sealed class ExternAttribute : IAttribute

    Constructors

    | Edit this page View Source

    ExternAttribute()

    Creates a new extern attribute.

    Declaration
    public ExternAttribute()
    | Edit this page View Source

    ExternAttribute(string)

    Creates a new extern attribute.

    Declaration
    public ExternAttribute(string importName)
    Parameters
    Type Name Description
    string importName

    The name of the imported function.

    Fields

    | Edit this page View Source

    AttributeType

    The attribute type of extern attributes.

    Declaration
    public static readonly IType AttributeType
    Field Value
    Type Description
    IType

    An attribute type.

    Properties

    | Edit this page View Source

    ImportNameOrNull

    Gets the name of the imported function, if any.

    Declaration
    public string ImportNameOrNull { get; }
    Property Value
    Type Description
    string

    The imported name.

    Implements

    IAttribute
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX