C# Class LiveCodingChat.LoginFactory

Show file Open project: jvbsl/LiveCodingChat

Public Methods

Method Description
CreateInstance ( string name ) : ILoginMethod
RegisterLoginMethods ( Assembly assembly ) : void

Private Methods

Method Description
LoginFactory ( ) : System

Method Details

CreateInstance() public method

public CreateInstance ( string name ) : ILoginMethod
name string
return ILoginMethod

RegisterLoginMethods() public method

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