CommonServicesProvider.UnpackArchive Method
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.ServicesProvider.Common
Assembly: Microsoft.OneGet.ServicesProvider.Common (in Microsoft.OneGet.ServicesProvider.Common.dll)
Usage
'Usage
Dim instance As CommonServicesProvider
Dim localFilename As String
Dim destinationFolder As String
Dim requestImpl As Object
Dim returnValue As IEnumerable(Of String)
returnValue = instance.UnpackArchive(localFilename, destinationFolder, requestImpl)
Syntax
'Declaration
Public Function UnpackArchive ( _
localFilename As String, _
destinationFolder As String, _
requestImpl As Object _
) As IEnumerable(Of String)
public IEnumerable<string> UnpackArchive (
string localFilename,
string destinationFolder,
Object requestImpl
)
public:
IEnumerable<String^>^ UnpackArchive (
String^ localFilename,
String^ destinationFolder,
Object^ requestImpl
)
public IEnumerable<String> UnpackArchive (
String localFilename,
String destinationFolder,
Object requestImpl
)
public function UnpackArchive (
localFilename : String,
destinationFolder : String,
requestImpl : Object
) : IEnumerable<String>
Parameters
- localFilename
- destinationFolder
- requestImpl
Return Value
Returns IEnumerable.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
CommonServicesProvider Class
CommonServicesProvider Members
Microsoft.OneGet.ServicesProvider.Common Namespace