Share via


RunspaceConfiguration.Types Property

Definition

Gets the type data files defined in runspace configuration.

public:
 virtual property System::Management::Automation::Runspaces::RunspaceConfigurationEntryCollection<System::Management::Automation::Runspaces::TypeConfigurationEntry ^> ^ Types { System::Management::Automation::Runspaces::RunspaceConfigurationEntryCollection<System::Management::Automation::Runspaces::TypeConfigurationEntry ^> ^ get(); };

Property Value

Remarks

RunspaceConfiguration derived class can override this member to provide its own types to be loaded at engine start up.

Applies to