This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.ProGet.
                            
	
		Summary
            Initializes a new instance of the 
		UniversalPackageUnpacker class.
            - Assembly
 - Cake
.ProGet .dll  - Namespace
 - Cake
.ProGet .Universal .Unpack  - Containing Type
 - Universal
Package Unpacker  
Syntax
public UniversalPackageUnpacker(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, IUPackToolResolver resolver)
	Parameters
| Name | Type | Description | 
|---|---|---|
| fileSystem | IFileSystem | The file system. | 
| environment | ICakeEnvironment | The environment. | 
| processRunner | IProcessRunner | The process runner. | 
| tools | IToolLocator | The tools. | 
| resolver | IUPackToolResolver | The resolver. | 
Return Value
| Type | Description | 
|---|---|
| void | 
