Пример #1
0
        public new static AESFile Alloc()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.AESFile_Alloc();
            AESFile ret = (cPtr == global::System.IntPtr.Zero) ? null : new AESFile(cPtr, false);

            return(ret);
        }