C# Class RunOnMainThread, meshwork

Show file Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
Run ( object methodClass, string methodName ) : void
RunOnMainThread ( object methodClass, string methodName ) : System.Reflection

Private Methods

Method Description
Go ( ) : bool

Method Details

Run() public static method

public static Run ( object methodClass, string methodName ) : void
methodClass object
methodName string
return void

RunOnMainThread() public method

public RunOnMainThread ( object methodClass, string methodName ) : System.Reflection
methodClass object
methodName string
return System.Reflection