ShellLink Constructor (String)

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Platform
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim filename As String

Dim instance As New ShellLink(filename)

Syntax

'Declaration
Public Sub New ( _
    filename As String _
)
public ShellLink (
    string filename
)
public:
ShellLink (
    String^ filename
)
public ShellLink (
    String filename
)
public function ShellLink (
    filename : String
)

Parameters

  • filename

Platforms

Target Platforms

See Also

Reference

ShellLink Class
ShellLink Members
Microsoft.OneGet.Utility.Platform Namespace