메소드 | 설명 | |
---|---|---|
GetAccessors ( this property ) : System.Reflection.MethodInfo[] | ||
GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetGetMethod ( this property ) : System.Reflection.MethodInfo | ||
GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo | ||
GetSetMethod ( this property ) : System.Reflection.MethodInfo | ||
GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo |
public static GetAccessors ( this property ) : System.Reflection.MethodInfo[] | ||
property | this | |
리턴 | System.Reflection.MethodInfo[] |
public static GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[] | ||
property | this | |
nonPublic | bool | |
리턴 | System.Reflection.MethodInfo[] |
public static GetGetMethod ( this property ) : System.Reflection.MethodInfo | ||
property | this | |
리턴 | System.Reflection.MethodInfo |
public static GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo | ||
property | this | |
nonPublic | bool | |
리턴 | System.Reflection.MethodInfo |
public static GetSetMethod ( this property ) : System.Reflection.MethodInfo | ||
property | this | |
리턴 | System.Reflection.MethodInfo |
public static GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo | ||
property | this | |
nonPublic | bool | |
리턴 | System.Reflection.MethodInfo |