GetAssemblyResourcesPath() static private method

static private GetAssemblyResourcesPath ( Assembly asm ) : string
asm System.Reflection.Assembly
return string
        private static java.net.URL MakeResourceURL(Assembly asm, string name)
        {
#if FIRST_PASS
            return(null);
#else
            return(new java.io.File(VirtualFileSystem.GetAssemblyResourcesPath(asm) + name).toURI().toURL());
#endif
        }