C# Class Mono.Android.Xaml.Generator.Driver

Mostrar archivo Open project: atsushieno/xamldroid

Public Methods

Method Description
Main ( string args ) : void
Run ( string args ) : void

Private Methods

Method Description
CheckIfTypeIsTarget ( Type target, bool>.Dictionary d, Type t ) : bool
CollectViews ( ) : void
FormatParameter ( IKVM.Reflection.ParameterInfo p ) : string
GenerateCode ( ) : void
GenerateCode ( Type type ) : void
GetModifier ( IKVM.Reflection.PropertyInfo p ) : string
GetValueExpression ( IKVM.Reflection.PropertyInfo p ) : string

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

Run() public method

public Run ( string args ) : void
args string
return void