Search Results for

    Show / Hide Table of Contents

    Class StructInfo

    Structure containing graphic resource information.

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

    Constructors

    StructInfo(string, string, List<StructInfo>)

    Initializes a new instance of the StructInfo class.

    Declaration
    public StructInfo(string name, string content, List<StructInfo> structs)
    Parameters
    Type Name Description
    string name

    The name of the struct.

    string content

    The content of the struct.

    List<StructInfo> structs

    The collection of StructInfo.

    Fields

    Name

    The structure name.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Parameters

    The parameters of the struct.

    Declaration
    public ParameterInfo[] Parameters
    Field Value
    Type Description
    ParameterInfo[]

    Size

    The size of the struct.

    Declaration
    public int Size
    Field Value
    Type Description
    int

    Extension Methods

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