UnmanagedPSEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an entry point from unmanaged code to PowerShell.
public ref class UnmanagedPSEntry sealed
public ref class UnmanagedPSEntry sealed
class UnmanagedPSEntry sealed
public sealed class UnmanagedPSEntry
[System.Runtime.CompilerServices.Nullable(0)]
[System.Runtime.CompilerServices.NullableContext(1)]
public sealed class UnmanagedPSEntry
type UnmanagedPSEntry = class
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Runtime.CompilerServices.NullableContext(1)>]
type UnmanagedPSEntry = class
Public NotInheritable Class UnmanagedPSEntry
- Inheritance
-
UnmanagedPSEntry
- Attributes
Constructors
UnmanagedPSEntry() |
Methods
Start(String, String[], Int32) |
Obsolete.
Starts PowerShell. |
Start(String, String[]) |
Starts managed MSH |
Start(String[], Int32) |
Starts PowerShell. |