C# 클래스 Foundation.Editor.EditorMembersHelper

파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation 1 사용 예제들

공개 메소드들

메소드 설명
GetMethods ( Type type ) : System.Reflection.MethodInfo[]
GetProperties ( Type type ) : System.Reflection.MemberInfo[]

메소드 상세

GetMethods() 공개 정적인 메소드

public static GetMethods ( Type type ) : System.Reflection.MethodInfo[]
type System.Type
리턴 System.Reflection.MethodInfo[]

GetProperties() 공개 정적인 메소드

public static GetProperties ( Type type ) : System.Reflection.MemberInfo[]
type System.Type
리턴 System.Reflection.MemberInfo[]