Provides common utility methods.
| C# | Visual Basic | Visual C++ |
public class Util
Public Class Util
public ref class Util
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| Util()()() | Initializes a new instance of the Util class | |
| Equals(Object) | (Inherited from Object.) | |
| EvaluatePath(String) |
Evaluates the path by expanding wildcards in it and returns all paths
that apply to the given pathWithWildCards.
| |
| EvaluatePath(String, String) |
Evaluates the path by expanding wildcards in it and returns all paths
that apply to the given pathWithWildCards.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) | |
| TryCreateDirectory(String) |
Tries to create a directory for the specified path.
| |
| TryDeleteFile(String) |
Tries to delete the file with the specified path.
|
| Object | |
| Util | |
