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)]
public sealed class UnmanagedPSEntry
type UnmanagedPSEntry = class
[<System.Runtime.CompilerServices.Nullable(0)>]
type UnmanagedPSEntry = class
Public NotInheritable Class UnmanagedPSEntry
Inheritance
UnmanagedPSEntry
Attributes

Constructors

Name Description
UnmanagedPSEntry()

Methods

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

Starts PowerShell.

Start(String, String[])

Starts managed MSH

Start(String[], Int32)

Starts PowerShell.

Applies to