ProviderIntrinsics Class

Definition

Exposes the Cmdlet Family Providers to the Cmdlet base class. The methods of this class use the providers to perform operations.

public ref class ProviderIntrinsics sealed
public sealed class ProviderIntrinsics
type ProviderIntrinsics = class
Public NotInheritable Class ProviderIntrinsics
Inheritance
ProviderIntrinsics

Properties

ChildItem

Gets the object that exposes the verbs for the childItem noun for Cmdlet Providers.

Content

Gets the object that exposes the verbs for the content noun for Cmdlet Providers.

Item

Gets the object that exposes the verbs for the item noun for Cmdlet Providers.

Property

Gets the object that exposes the verbs for the property noun for Cmdlet Providers.

SecurityDescriptor

Gets the object that exposes the verbs for the SecurityDescriptor noun for Cmdlet Providers.

Applies to