C# Class Scorpio.ScriptExtensions

Show file Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Methods

Method Description
GetMethodInfo ( this del ) : MethodInfo
GetTypeInfo ( this type ) : Type

Method Details

GetMethodInfo() public static method

public static GetMethodInfo ( this del ) : MethodInfo
del this
return System.Reflection.MethodInfo

GetTypeInfo() public static method

public static GetTypeInfo ( this type ) : Type
type this
return System.Type