Initializes a new instance of the
SingleProgramInstance class using the specified string as the process identifier.
Namespace: System.ExtensionsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public SingleProgramInstance(
string identifier
) |
Visual Basic |
---|
Public Sub New (
identifier As String
) |
Visual C++ |
---|
public:
SingleProgramInstance(
String^ identifier
) |
F# |
---|
new :
identifier : string -> SingleProgramInstance |
Parameters
- identifier
- Type: System..::..String
The string that represents the process identifier.
See Also