SessionStateProviderBase.GetContentWriter(String) Method

Definition

Gets an instance of the content writer for this provider for the specified path.

public:
 virtual System::Management::Automation::Provider::IContentWriter ^ GetContentWriter(System::String ^ path);

Parameters

path
String

The path to get the content writer for.

Returns

An instance of an IContentWriter for the given path.

Implements

Applies to