SessionStateAssemblyEntry 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.
An assembly to load for this sessionstate...
public ref class SessionStateAssemblyEntry sealed : System::Management::Automation::Runspaces::InitialSessionStateEntry
public sealed class SessionStateAssemblyEntry : System.Management.Automation.Runspaces.InitialSessionStateEntry
type SessionStateAssemblyEntry = class
inherit InitialSessionStateEntry
Public NotInheritable Class SessionStateAssemblyEntry
Inherits InitialSessionStateEntry
- Inheritance
Constructors
SessionStateAssemblyEntry(String) |
Create a named entry for the assembly to load, specifying just the name. |
SessionStateAssemblyEntry(String, String) |
Create a named entry for the assembly to load with both the name and the path to the assembly as a backup. |
Properties
FileName |
Return the assembly file name... |
Module |
The SnapIn to load from initially. (Inherited from InitialSessionStateEntry) |
Name |
The name of this entry. (Inherited from InitialSessionStateEntry) |
PSSnapIn |
The SnapIn to load from initially. (Inherited from InitialSessionStateEntry) |
Methods
Clone() |
Shallow-clone this object. |