Method | Description | |
---|---|---|
GetAssemblyName ( string assemblyPath ) : System.Reflection.AssemblyName | ||
GetLoadContext ( System assembly ) : System.Runtime.Loader.AssemblyLoadContext | ||
LoadFromAssemblyName ( System assemblyName ) : System.Reflection.Assembly | ||
LoadFromAssemblyPath ( string assemblyPath ) : System.Reflection.Assembly | ||
LoadFromNativeImagePath ( string nativeImagePath, string assemblyPath ) : System.Reflection.Assembly | ||
LoadFromStream ( System assembly ) : System.Reflection.Assembly | ||
LoadFromStream ( System assembly, System assemblySymbols ) : System.Reflection.Assembly | ||
SetProfileOptimizationRoot ( string directoryPath ) : void | ||
StartProfileOptimization ( string profile ) : void |
Method | Description | |
---|---|---|
AssemblyLoadContext ( ) | ||
Load ( System assemblyName ) : System.Reflection.Assembly | ||
LoadUnmanagedDll ( string unmanagedDllName ) : System.IntPtr | ||
LoadUnmanagedDllFromPath ( string unmanagedDllPath ) : System.IntPtr |
public static GetAssemblyName ( string assemblyPath ) : System.Reflection.AssemblyName | ||
assemblyPath | string | |
return | System.Reflection.AssemblyName |
public static GetLoadContext ( System assembly ) : System.Runtime.Loader.AssemblyLoadContext | ||
assembly | System | |
return | System.Runtime.Loader.AssemblyLoadContext |
protected abstract Load ( System assemblyName ) : System.Reflection.Assembly | ||
assemblyName | System | |
return | System.Reflection.Assembly |
public LoadFromAssemblyName ( System assemblyName ) : System.Reflection.Assembly | ||
assemblyName | System | |
return | System.Reflection.Assembly |
public LoadFromAssemblyPath ( string assemblyPath ) : System.Reflection.Assembly | ||
assemblyPath | string | |
return | System.Reflection.Assembly |
public LoadFromNativeImagePath ( string nativeImagePath, string assemblyPath ) : System.Reflection.Assembly | ||
nativeImagePath | string | |
assemblyPath | string | |
return | System.Reflection.Assembly |
public LoadFromStream ( System assembly ) : System.Reflection.Assembly | ||
assembly | System | |
return | System.Reflection.Assembly |
public LoadFromStream ( System assembly, System assemblySymbols ) : System.Reflection.Assembly | ||
assembly | System | |
assemblySymbols | System | |
return | System.Reflection.Assembly |
protected LoadUnmanagedDll ( string unmanagedDllName ) : System.IntPtr | ||
unmanagedDllName | string | |
return | System.IntPtr |
protected LoadUnmanagedDllFromPath ( string unmanagedDllPath ) : System.IntPtr | ||
unmanagedDllPath | string | |
return | System.IntPtr |
public SetProfileOptimizationRoot ( string directoryPath ) : void | ||
directoryPath | string | |
return | void |
public StartProfileOptimization ( string profile ) : void | ||
profile | string | |
return | void |