Search Results for

    Show / Hide Table of Contents

    Class NameConversion

    A collection of functions that help convert back and forth between Flame names and IL names.

    Inheritance
    object
    NameConversion
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Clr
    Assembly: Flame.Clr.dll
    Syntax
    public static class NameConversion

    Methods

    | Edit this page View Source

    ParseNamespace(string)

    Parses an IL namespace as a Flame qualified name.

    Declaration
    public static QualifiedName ParseNamespace(string ns)
    Parameters
    Type Name Description
    string ns

    The namespace to parse.

    Returns
    Type Description
    QualifiedName

    A qualified name.

    | Edit this page View Source

    ParseSimpleName(string)

    Parses an IL name as a Flame simple name.

    Declaration
    public static SimpleName ParseSimpleName(string name)
    Parameters
    Type Name Description
    string name

    The name to parse.

    Returns
    Type Description
    SimpleName

    A simple name.

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