IServicesApi.UnpackArchive Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Api
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)

Usage

'Usage
Dim instance As IServicesApi
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
Function UnpackArchive ( _
    localFilename As String, _
    destinationFolder As String, _
    requestImpl As Object _
) As IEnumerable(Of String)
IEnumerable<string> UnpackArchive (
    string localFilename,
    string destinationFolder,
    Object requestImpl
)
IEnumerable<String^>^ UnpackArchive (
    String^ localFilename, 
    String^ destinationFolder, 
    Object^ requestImpl
)
IEnumerable<String> UnpackArchive (
    String localFilename, 
    String destinationFolder, 
    Object requestImpl
)
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

IServicesApi Interface
IServicesApi Members
Microsoft.OneGet.Api Namespace