SessionStateProviderEntry(String, Type, String) Constructor
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.
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