Search Results for

    Show / Hide Table of Contents

    Class CodeDomCompiler

    Inheritance
    System.Object
    CodeDomCompiler
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Utilities
    Assembly: NXOpen.Utilities.dll
    Syntax
    class CodeDomCompiler

    Fields

    count

    Declaration
    public static int count
    Field Value
    Type Description
    System.Int32

    Properties

    Assembly

    Declaration
    public Assembly Assembly { get; }
    Property Value
    Type Description
    System.Reflection.Assembly

    Methods

    AddReferenceItem(String, String)

    Declaration
    public void AddReferenceItem(string name, string assemblyName)
    Parameters
    Type Name Description
    System.String name
    System.String assemblyName

    Compile(String)

    Declaration
    public bool Compile(string script)
    Parameters
    Type Name Description
    System.String script
    Returns
    Type Description
    System.Boolean

    GetFeedback()

    Declaration
    public string[] GetFeedback()
    Returns
    Type Description
    System.String[]

    TidyUp()

    Declaration
    public void TidyUp()
    In This Article
    Back to top Generated by DocFX