[This is preliminary documentation and subject to change.]
Registers the assembly to be used as the fallback if resources aren't found in the local satellite assembly.
Missing <remarks> documentation for M:NAnt.Core.Util.ResourceUtils.RegisterSharedAssembly(System.Reflection.Assembly)
The following example shows how to register a shared satellite assembly.
Assembly sharedAssembly = Assembly.Load("MyResources.dll"); ResourceUtils.RegisterSharedAssembly(sharedAssembly);
ResourceUtils Class | NAnt.Core.Util Namespace