public new static vtkOverrideInformationCollection New()
        {
            vtkOverrideInformationCollection result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkOverrideInformationCollection.vtkOverrideInformationCollection_New(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkOverrideInformationCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        public new static vtkOverrideInformationCollection SafeDownCast(vtkObjectBase o)
        {
            vtkOverrideInformationCollection vtkOverrideInformationCollection = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkOverrideInformationCollection.vtkOverrideInformationCollection_SafeDownCast_07((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkOverrideInformationCollection = (vtkOverrideInformationCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkOverrideInformationCollection.Register(null);
                }
            }
            return(vtkOverrideInformationCollection);
        }
 public static void GetOverrideInformation(string name, vtkOverrideInformationCollection arg1)
 {
     vtkObjectFactory.vtkObjectFactory_GetOverrideInformation_12(name, (arg1 == null) ? default(HandleRef) : arg1.GetCppThis());
 }