Search Results for

    Show / Hide Table of Contents

    Class IncludeCode

    Effect include code.

    Inheritance
    object
    IncludeCode
    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public class IncludeCode

    Constructors

    IncludeCode(Include, string)

    Initializes a new instance of the IncludeCode class.

    Declaration
    public IncludeCode(Include includeInfo, string code)
    Parameters
    Type Name Description
    Include includeInfo

    Include info.

    string code

    Code to include.

    Fields

    Code

    The include code.

    Declaration
    public string Code
    Field Value
    Type Description
    string

    IncludeInfo

    The include information.

    Declaration
    public Include IncludeInfo
    Field Value
    Type Description
    Include

    Methods

    CompareTo(IncludeCode)

    Declaration
    public int CompareTo(IncludeCode other)
    Parameters
    Type Name Description
    IncludeCode other
    Returns
    Type Description
    int

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX