ItemCmdletProviderIntrinsics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exposes the Item noun of the Cmdlet Providers to the Cmdlet base class. The methods of this class use the providers to perform operations.
public ref class ItemCmdletProviderIntrinsics sealed
public sealed class ItemCmdletProviderIntrinsics
type ItemCmdletProviderIntrinsics = class
Public NotInheritable Class ItemCmdletProviderIntrinsics
- Inheritance
-
ItemCmdletProviderIntrinsics
Methods
Clear(String) |
Clears the item at the specified path. |
Clear(String[], Boolean, Boolean) |
Clears the item at the specified path. |
Copy(String, String, Boolean, CopyContainers) |
Copy item at the specified path. |
Copy(String[], String, Boolean, CopyContainers, Boolean, Boolean) |
Copy item at the specified path. |
Exists(String, Boolean, Boolean) |
Determines if an item at the given path exits. |
Exists(String) |
Determines if an item at the given path exits. |
Get(String) |
Gets the item at the specified path. |
Get(String[], Boolean, Boolean) |
Gets the item at the specified path. |
Invoke(String) |
Invokes the default action of the item at the specified path. |
Invoke(String[], Boolean) |
Invokes the default action of the item(s) at the specified path(s). |
IsContainer(String) |
Determines if the specified path is to an item that is a container. |
Move(String, String) |
Moves the item at the specified path to the specified destination. |
Move(String[], String, Boolean, Boolean) |
Moves the item at the specified path to the specified destination. |
New(String, String, String, Object) |
Creates a new item at the given path. |
New(String[], String, String, Object, Boolean) |
Creates a new item at the given path. |
Remove(String, Boolean) |
Removes the items at the given path. |
Remove(String[], Boolean, Boolean, Boolean) |
Removes the items at the given path. |
Rename(String, String, Boolean) |
Renames the item at the given path. |
Rename(String, String) |
Renames the item at the given path. |
Set(String, Object) |
Sets the item at the specified path. |
Set(String[], Object, Boolean, Boolean) |
Sets the item at the specified path. |