C# 클래스 Cuke4Nuke.Core.ObjectFactory

파일 보기 프로젝트 열기: richardlawrence/Cuke4Nuke

공개 메소드들

메소드 설명
AddClass ( Type type ) : void
CreateObjects ( ) : void
DisposeObjects ( ) : void
GetObject ( Type type ) : object

메소드 상세

AddClass() 공개 메소드

public AddClass ( Type type ) : void
type System.Type
리턴 void

CreateObjects() 공개 메소드

public CreateObjects ( ) : void
리턴 void

DisposeObjects() 공개 메소드

public DisposeObjects ( ) : void
리턴 void

GetObject() 공개 메소드

public GetObject ( Type type ) : object
type System.Type
리턴 object