C# Class Cuke4Nuke.Core.ObjectFactory

Afficher le fichier Open project: richardlawrence/Cuke4Nuke

Méthodes publiques

Méthode Description
AddClass ( Type type ) : void
CreateObjects ( ) : void
DisposeObjects ( ) : void
GetObject ( Type type ) : object

Method Details

AddClass() public méthode

public AddClass ( Type type ) : void
type System.Type
Résultat void

CreateObjects() public méthode

public CreateObjects ( ) : void
Résultat void

DisposeObjects() public méthode

public DisposeObjects ( ) : void
Résultat void

GetObject() public méthode

public GetObject ( Type type ) : object
type System.Type
Résultat object