C# Class Foundation.Editor.EditorMembersHelper

Datei anzeigen Open project: NVentimiglia/Unity3d-Foundation Class Usage Examples

Public Methods

Method Description
GetMethods ( Type type ) : System.Reflection.MethodInfo[]
GetProperties ( Type type ) : System.Reflection.MemberInfo[]

Method Details

GetMethods() public static method

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

GetProperties() public static method

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