SessionStateProviderEntry(String, Type, String) Constructor

Definition

public:
 SessionStateProviderEntry(System::String ^ name, Type ^ implementingType, System::String ^ helpFileName);
public:
 SessionStateProviderEntry(Platform::String ^ name, Platform::Type ^ implementingType, Platform::String ^ helpFileName);
public SessionStateProviderEntry (string name, Type implementingType, string helpFileName);
new System.Management.Automation.Runspaces.SessionStateProviderEntry : string * Type * string -> System.Management.Automation.Runspaces.SessionStateProviderEntry
Public Sub New (name As String, implementingType As Type, helpFileName As String)

Parameters

name
String
implementingType
Type
helpFileName
String

Applies to