37 Interop.HostPolicy.corehost_error_writer_fn corehost_error_writer_fn =
delegate(
string message)
136 return Array.Empty<
string>();
static int corehost_resolve_component_dependencies(string componentMainAssemblyPath, corehost_resolve_component_dependencies_result_fn result)
static IntPtr corehost_set_error_writer(IntPtr errorWriter)
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
bool TryAdd(TKey key, TValue value)
static void KeepAlive(object? obj)
static bool Exists([NotNullWhen(true)] string? path)
static ? string GetFileNameWithoutExtension(string? path)
static string Combine(string path1, string path2)
static readonly char PathSeparator
static readonly char DirectorySeparatorChar
static bool IsPathFullyQualified(string path)
static ? string GetDirectoryName(string? path)
static IntPtr GetFunctionPointerForDelegate(Delegate d)
string? ResolveAssemblyToPath(AssemblyName assemblyName)
readonly string[] _assemblyDirectorySearchPaths
readonly string[] _nativeSearchPaths
AssemblyDependencyResolver(string componentAssemblyPath)
readonly Dictionary< string, string > _assemblyPaths
string? ResolveUnmanagedDllToPath(string unmanagedDllName)
static string[] SplitPathsList(string pathsList)
readonly string[] _resourceSearchPaths
static string Format(string resourceFormat, object p1)
static string AssemblyDependencyResolver_FailedToResolveDependencies
static string AssemblyDependencyResolver_FailedToLoadHostpolicy
static StringComparer OrdinalIgnoreCase
static IEnumerable< LibraryNameVariation > DetermineLibraryNameVariations(string libName, bool isRelativePath, bool forOSLoader=false)