C# Class PrePrompt.Samples.Common.ReflectionHelper

Exibir arquivo Open project: prompt/preprompt-wcf-http

Public Methods

Method Description
GetFutureResultGetMethod ( Type type ) : MethodInfo
GetFutureResultType ( Type type ) : Type
GetFutureType ( Type type ) : Type

Method Details

GetFutureResultGetMethod() public static method

public static GetFutureResultGetMethod ( Type type ) : MethodInfo
type System.Type
return System.Reflection.MethodInfo

GetFutureResultType() public static method

public static GetFutureResultType ( Type type ) : Type
type System.Type
return System.Type

GetFutureType() public static method

public static GetFutureType ( Type type ) : Type
type System.Type
return System.Type