FilePathUtilities Class

 
clsCompliantAlternativeNone

Static utilities for getting and setting file paths.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

System.Object
  Microsoft.VisualStudio.Package.FilePathUtilities

[CLSCompliantAttribute(false)]
public sealed class FilePathUtilities

NameDescription
System_CAPS_pubmethodFilePathUtilities()

Initializes a new instance of FilePathUtilities.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetFileExtension(String)

Gets the file extension from a given file path.

System_CAPS_pubmethodSystem_CAPS_staticGetFilePath(IntPtr)

Get file path for an object that implements IVsUserData.

System_CAPS_pubmethodSystem_CAPS_staticGetFilePath(IVsTextLines)

Gets the file path from an IVsTextLines buffer.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: