C# Class GameCreator.Framework.LibraryInitializer

Inheritance: ILibraryInitializer
Mostrar archivo Open project: joshwyant/game-creator

Public Methods

Method Description
CreateInstanceFactory ( LibraryContext context ) : IInstanceFactory
PerformEvent ( GameCreator.Framework.Instance e, EventType et, int num ) : void
TransformFunction ( MethodInfo m, string n ) : IFunction

Protected Methods

Method Description
DefineConstants ( Type t ) : Value>>.IEnumerable

Method Details

CreateInstanceFactory() public abstract method

public abstract CreateInstanceFactory ( LibraryContext context ) : IInstanceFactory
context LibraryContext
return IInstanceFactory

DefineConstants() protected method

protected DefineConstants ( Type t ) : Value>>.IEnumerable
t System.Type
return Value>>.IEnumerable

PerformEvent() public abstract method

public abstract PerformEvent ( GameCreator.Framework.Instance e, EventType et, int num ) : void
e GameCreator.Framework.Instance
et EventType
num int
return void

TransformFunction() public method

public TransformFunction ( MethodInfo m, string n ) : IFunction
m System.Reflection.MethodInfo
n string
return IFunction