示例#1
0
        public static bool smethod_0(string string_0)
        {
            Class10.Interface4 @interface = null;
            int num = Class10.CreateAssemblyCache(out @interface, 0u);

            if (num != 0)
            {
                return(false);
            }
            num = @interface.imethod_4(0u, string_0, IntPtr.Zero);
            return(num == 0);
        }
示例#2
0
 public static extern int CreateAssemblyCache(out Class10.Interface4 ppAsmCache, uint dwReserved);