Show / Hide Table of Contents

    Class FieldInfoExtensions

    Represents the field info extensions.

    Inheritance
    Object
    FieldInfoExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Reflection
    Assembly: Platform.Reflection.dll
    Syntax
    public static class FieldInfoExtensions

    Methods

    | Improve this Doc View Source

    GetStaticValue<T>(FieldInfo)

    Gets the static value using the specified field info.

    Declaration
    public static T GetStaticValue<T>(this FieldInfo fieldInfo)
    Parameters
    Type Name Description
    FieldInfo fieldInfo

    The field info.

    Returns
    Type Description
    T

    The

    Type Parameters
    Name Description
    T

    The .

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX