C# Class Cuke4Nuke.Core.ObjectFactory

Datei anzeigen Open project: richardlawrence/Cuke4Nuke

Public Methods

Method Description
AddClass ( Type type ) : void
CreateObjects ( ) : void
DisposeObjects ( ) : void
GetObject ( Type type ) : object

Method Details

AddClass() public method

public AddClass ( Type type ) : void
type System.Type
return void

CreateObjects() public method

public CreateObjects ( ) : void
return void

DisposeObjects() public method

public DisposeObjects ( ) : void
return void

GetObject() public method

public GetObject ( Type type ) : object
type System.Type
return object