System.Reflection.TypeExtensions.GetField C# (CSharp) 메소드

GetField() 공개 정적인 메소드

public static GetField ( this type, string name ) : System.Reflection.FieldInfo
type this
name string
리턴 System.Reflection.FieldInfo
        public static System.Reflection.FieldInfo GetField(this System.Type type, string name) { throw null; }
        public static System.Reflection.FieldInfo GetField(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetField ( this type, string name, System bindingAttr ) : System.Reflection.FieldInfo