Registers the assembly to be used as the fallback if resources aren't found in the local satellite 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