Show / Hide Table of Contents

    Class MemberInfo_Extension

    GetComponentAttributeSetter에서 편하게 사용하기 위한 MemberInfo용 확장 클래스

    Inheritance
    Object
    MemberInfo_Extension
    Namespace: Global
    Assembly: KorStrix.GetComponentAttribute.Runtime.dll
    Syntax
    public static class MemberInfo_Extension

    Methods

    | Improve this Doc View Source

    MemberType(MemberInfo)

    Declaration
    public static Type MemberType(this MemberInfo pMemberInfo)
    Parameters
    Type Name Description
    MemberInfo pMemberInfo
    Returns
    Type Description
    Type
    | Improve this Doc View Source

    SetValue_Extension(MemberInfo, Object, Object)

    Declaration
    public static void SetValue_Extension(this MemberInfo pMemberInfo, object pTarget, object pValue)
    Parameters
    Type Name Description
    MemberInfo pMemberInfo
    Object pTarget
    Object pValue
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer