FilePathUtilities Class
Static utilities for getting and setting file paths.
This API is not CLS-compliant. The CLS-compliant alternative is [None].
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Package.FilePathUtilities
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.12.0 (in Microsoft.VisualStudio.Package.LanguageService.12.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class FilePathUtilities
[CLSCompliantAttribute(false)]
public sealed class FilePathUtilities
[CLSCompliantAttribute(false)]
public ref class FilePathUtilities sealed
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type FilePathUtilities = class end
public final class FilePathUtilities
The FilePathUtilities type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilePathUtilities | Initializes a new instance of FilePathUtilities. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetFileExtension | Gets the file extension from a given file path. | |
GetFilePath(IVsTextLines) | Gets the file path from an IVsTextLines buffer. | |
GetFilePath(IntPtr) | Get file path for an object that implements IVsUserData. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.