module testshlibrary; import catalog; public static class HelloWorldSharedObjectFactory { public static char[] getVersion() { return Catalog.GetString("Version:"); } }