C# Class MvvmCross.Platform.Platform.MvxBootstrapRunner

Mostra file Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
Run ( Assembly assembly ) : void

Protected Methods

Method Description
Run ( Type type ) : void

Method Details

Run() public method

public Run ( Assembly assembly ) : void
assembly System.Reflection.Assembly
return void

Run() protected method

protected Run ( Type type ) : void
type System.Type
return void