Search Results for

    Show / Hide Table of Contents

    Struct AnalyzerResult

    Analyzes result data.

    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public struct AnalyzerResult

    Fields

    Code

    The result code.

    Declaration
    public Codes Code
    Field Value
    Type Description
    Codes

    Line

    The line.

    Declaration
    public int Line
    Field Value
    Type Description
    int

    Message

    The message.

    Declaration
    public string Message
    Field Value
    Type Description
    string

    Extension Methods

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