Show / Hide Table of Contents

Class VirtualFileSystem.VirtualPathImplementation

Inheritance
System.Object
VirtualFileSystem.VirtualPathImplementation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.IO.Files
Assembly: AssetRipper.IO.Files.dll
Syntax
public sealed class VirtualPathImplementation

Methods

| Improve this Doc View Source

GetFullPath(String)

Declaration
public override string GetFullPath(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
System.String
| Improve this Doc View Source

IsPathRooted(ReadOnlySpan<Char>)

Declaration
public override bool IsPathRooted(ReadOnlySpan<char> path)
Parameters
Type Name Description
ReadOnlySpan<System.Char> path
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾