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);
public System.Management.Automation.Provider.IContentWriter GetContentWriter (string path);
override this.GetContentWriter : string -> System.Management.Automation.Provider.IContentWriter
abstract member GetContentWriter : string -> System.Management.Automation.Provider.IContentWriter
override this.GetContentWriter : string -> System.Management.Automation.Provider.IContentWriter
Public Function GetContentWriter (path As String) As IContentWriter

Parameters

path
String

The path to get the content writer for.

Returns

An instance of an IContentWriter for the given path.

Implements

Applies to