File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.AddResourceProbingPat
15
15
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.AssemblyLoadContextBuilder() -> void
16
16
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.Build() -> System.Runtime.Loader.AssemblyLoadContext!
17
17
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.EnableUnloading() -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
18
+ McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.IsLazyLoaded(bool isLazyLoaded) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
18
19
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.PreferDefaultLoadContext(bool preferDefaultLoadContext) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
19
20
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.PreferDefaultLoadContextAssembly(System.Reflection.AssemblyName! assemblyName) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
20
21
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.PreferLoadContextAssembly(System.Reflection.AssemblyName! assemblyName) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
@@ -28,6 +29,8 @@ McMaster.NETCore.Plugins.PluginConfig.DefaultContext.get -> System.Runtime.Loade
28
29
McMaster.NETCore.Plugins.PluginConfig.DefaultContext.set -> void
29
30
McMaster.NETCore.Plugins.PluginConfig.EnableHotReload.get -> bool
30
31
McMaster.NETCore.Plugins.PluginConfig.EnableHotReload.set -> void
32
+ McMaster.NETCore.Plugins.PluginConfig.IsLazyLoaded.get -> bool
33
+ McMaster.NETCore.Plugins.PluginConfig.IsLazyLoaded.set -> void
31
34
McMaster.NETCore.Plugins.PluginConfig.IsUnloadable.get -> bool
32
35
McMaster.NETCore.Plugins.PluginConfig.IsUnloadable.set -> void
33
36
McMaster.NETCore.Plugins.PluginConfig.LoadInMemory.get -> bool
Original file line number Diff line number Diff line change 1
- McMaster.NETCore.Plugins.PluginConfig.IsLazyLoaded.get -> bool
2
- McMaster.NETCore.Plugins.PluginConfig.IsLazyLoaded.set -> void
3
- McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.IsLazyLoaded(bool isLazyLoaded) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
You can’t perform that action at this time.
0 commit comments