Example #1
0
        internal static Assembly GetInstance(jsAsm ctor)
        {
            if (!UnsafeCast <bool>(ctor.ManagedInstance))
            {
                ctor.ManagedInstance = new Assembly(ctor);
            }

            return(ctor.ManagedInstance);
        }
Example #2
0
 private Assembly(jsAsm raw)
 {
     this.rawAsm = raw;
 }