C# Class Zetbox.App.Base.AssemblyActions

Datei anzeigen Open project: daszat/zetbox

Public Methods

Method Description
AssemblyActions ( IViewModelFactory mdlFactory ) : System

Private Methods

Method Description
CreateViewDescriptors ( IZetboxContext ctx, System.Reflection srAssembly ) : void
CreateViewModelDescriptors ( IZetboxContext ctx, System.Reflection srAssembly ) : void
GetTypes ( System.Reflection assembly ) : System.Type[]
ReflectAssembly ( Assembly assembly ) : Assembly

Loads the referenced Assembly into the ReflectionOnly Context. May ask the user to locate the file.

RegenerateTypeRefs ( Assembly assembly, MethodReturnEventArgs e ) : void
ToString ( Assembly obj, MethodReturnEventArgs e ) : void

Method Details

AssemblyActions() public method

public AssemblyActions ( IViewModelFactory mdlFactory ) : System
mdlFactory IViewModelFactory
return System