CustomUri public sealed class CustomUri Documentation Code public static readonly string SchemeDelimiter public static readonly string UriSchemeAssembly public static readonly string UriSchemeFile public string Host { get; } public bool IsAssembly { get; } public bool IsFile { get; } public bool IsUnc { get; } public string Path { get; } public string Scheme { get; } public CustomUri(string resourceIdentifier)