SessionStateProviderBase.GetContentReader(String) Method

Definition

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

public:
 virtual System::Management::Automation::Provider::IContentReader ^ GetContentReader(System::String ^ path);

Parameters

path
String

The path to get the content reader for.

Returns

An instance of an IContentReader for the given path.

Implements

Applies to