C# Class Restup.Webserver.InstanceCreators.SingletonInstanceCreator

Inheritance: IInstanceCreator
Exibir arquivo Open project: tomkuijsten/restup Class Usage Examples

Public Methods

Method Description
Create ( Type instanceType ) : object

Private Methods

Method Description
CacheInstance ( Type instanceType, object args ) : void

Method Details

Create() public method

public Create ( Type instanceType ) : object
instanceType System.Type
return object