diff --git a/Confuser.Core/ConfuserContext.cs b/Confuser.Core/ConfuserContext.cs index 94092bec..534896b2 100644 --- a/Confuser.Core/ConfuserContext.cs +++ b/Confuser.Core/ConfuserContext.cs @@ -44,6 +44,12 @@ public ServiceRegistry Registry { get { return registry; } } + /// + /// Gets the default module context to use for loading modules. + /// + /// The default module context. + public ModuleContext DefaultModuleContext => InternalResolver.DefaultModuleContext; + /// /// Gets the assembly resolver. ///