C# Class LiveCodingChat.LoginFactory

Afficher le fichier Open project: jvbsl/LiveCodingChat

Méthodes publiques

Méthode Description
CreateInstance ( string name ) : ILoginMethod
RegisterLoginMethods ( Assembly assembly ) : void

Private Methods

Méthode Description
LoginFactory ( ) : System

Method Details

CreateInstance() public méthode

public CreateInstance ( string name ) : ILoginMethod
name string
Résultat ILoginMethod

RegisterLoginMethods() public méthode

public RegisterLoginMethods ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void