Share via


UnmanagedPSEntry Class

Definition

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[])

Starts managed MSH

Start(String, String[], Int32)
Obsolete.

Starts PowerShell.

Start(String[], Int32)

Starts PowerShell.

Applies to