public InteropObject(IntPtr pointer) { mSelfPointer = PInvokeUtil.CheckNonNull(new HandleRef(this, pointer)); AttachHandle(mSelfPointer); }