SoftwareIdentity Constructor (String, String, String, String, String, String, String, String, String)
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.MetaProvider.PowerShell
Assembly: Microsoft.OneGet.MetaProvider.PowerShell (in Microsoft.OneGet.MetaProvider.PowerShell.dll)
Usage
'Usage
Dim fastPackageReference As String
Dim name As String
Dim version As String
Dim versionScheme As String
Dim source As String
Dim summary As String
Dim searchKey As String
Dim fullPath As String
Dim filename As String
Dim instance As New SoftwareIdentity(fastPackageReference, name, version, versionScheme, source, summary, searchKey, fullPath, filename)
Syntax
'Declaration
Public Sub New ( _
fastPackageReference As String, _
name As String, _
version As String, _
versionScheme As String, _
source As String, _
summary As String, _
searchKey As String, _
fullPath As String, _
filename As String _
)
public SoftwareIdentity (
string fastPackageReference,
string name,
string version,
string versionScheme,
string source,
string summary,
string searchKey,
string fullPath,
string filename
)
public:
SoftwareIdentity (
String^ fastPackageReference,
String^ name,
String^ version,
String^ versionScheme,
String^ source,
String^ summary,
String^ searchKey,
String^ fullPath,
String^ filename
)
public SoftwareIdentity (
String fastPackageReference,
String name,
String version,
String versionScheme,
String source,
String summary,
String searchKey,
String fullPath,
String filename
)
public function SoftwareIdentity (
fastPackageReference : String,
name : String,
version : String,
versionScheme : String,
source : String,
summary : String,
searchKey : String,
fullPath : String,
filename : String
)
Parameters
- fastPackageReference
- name
- version
- versionScheme
- source
- summary
- searchKey
- fullPath
- filename
Platforms
Target Platforms
See Also
Reference
SoftwareIdentity Class
SoftwareIdentity Members
Microsoft.OneGet.MetaProvider.PowerShell Namespace