Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
ExHostAppServices.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public ExHostAppServices(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.ExHostAppServices_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(ExHostAppServices obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
44 : this(TD_DbPINVOKE.new_ExHostAppServices(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
45 {
46 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
47 if (null != mTr)
48 {
49 mTr.AddObject(new ExHostAppServices(swigCPtr.Handle, true));
50 }
52 SwigDirectorConnect();
53 }
54
56 global::System.IntPtr cPtr = (SwigDerivedClassHasMethod("newProgressMeter", swigMethodTypes5) ? TD_DbPINVOKE.ExHostAppServices_newProgressMeterSwigExplicitExHostAppServices(swigCPtr) : TD_DbPINVOKE.ExHostAppServices_newProgressMeter(swigCPtr));
57 OdDbHostAppProgressMeter ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbHostAppProgressMeter(cPtr, false);
59 return ret;
60 }
61
62 public override void releaseProgressMeter(OdDbHostAppProgressMeter pProgressMeter) {
63 if (SwigDerivedClassHasMethod("releaseProgressMeter", swigMethodTypes6)) TD_DbPINVOKE.ExHostAppServices_releaseProgressMeterSwigExplicitExHostAppServices(swigCPtr, OdDbHostAppProgressMeter.getCPtr(pProgressMeter)); else TD_DbPINVOKE.ExHostAppServices_releaseProgressMeter(swigCPtr, OdDbHostAppProgressMeter.getCPtr(pProgressMeter));
65 }
66
67 public virtual void start(String displayString) {
68 if (SwigDerivedClassHasMethod("start", swigMethodTypes72)) TD_DbPINVOKE.ExHostAppServices_startSwigExplicitExHostAppServices__SWIG_0(swigCPtr, displayString); else TD_DbPINVOKE.ExHostAppServices_start__SWIG_0(swigCPtr, displayString);
70 }
71
72 public virtual void start() {
73 if (SwigDerivedClassHasMethod("start", swigMethodTypes73)) TD_DbPINVOKE.ExHostAppServices_startSwigExplicitExHostAppServices__SWIG_1(swigCPtr); else TD_DbPINVOKE.ExHostAppServices_start__SWIG_1(swigCPtr);
75 }
76
77 public virtual void stop() {
78 if (SwigDerivedClassHasMethod("stop", swigMethodTypes74)) TD_DbPINVOKE.ExHostAppServices_stopSwigExplicitExHostAppServices(swigCPtr); else TD_DbPINVOKE.ExHostAppServices_stop(swigCPtr);
80 }
81
82 public virtual void meterProgress() {
83 if (SwigDerivedClassHasMethod("meterProgress", swigMethodTypes75)) TD_DbPINVOKE.ExHostAppServices_meterProgressSwigExplicitExHostAppServices(swigCPtr); else TD_DbPINVOKE.ExHostAppServices_meterProgress(swigCPtr);
85 }
86
87 public virtual void setLimit(int max) {
88 if (SwigDerivedClassHasMethod("setLimit", swigMethodTypes76)) TD_DbPINVOKE.ExHostAppServices_setLimitSwigExplicitExHostAppServices(swigCPtr, max); else TD_DbPINVOKE.ExHostAppServices_setLimit(swigCPtr, max);
90 }
91
92 public void disableOutput(bool disable) {
95 }
96
97 public void setPrefix(String prefix) {
100 }
101
103 OdHatchPatternManager ret = (OdHatchPatternManager)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdHatchPatternManager),(SwigDerivedClassHasMethod("patternManager", swigMethodTypes63) ? TD_DbPINVOKE.ExHostAppServices_patternManagerSwigExplicitExHostAppServices(swigCPtr) : TD_DbPINVOKE.ExHostAppServices_patternManager(swigCPtr)),false); /*createInt 3_2*/
104
106 return ret;
107}
108
109 public override OdDbDatabase readFile(String filename, bool allowCPConversion, bool partialLoad, FileShareMode shareMode, String password) {// OdDbDatabasePtr
110 MemoryManager mMan = MemoryManager.GetMemoryManager();
111 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
112 IntPtr ptr = (SwigDerivedClassHasMethod("readFile", swigMethodTypes52) ? TD_DbPINVOKE.ExHostAppServices_readFileSwigExplicitExHostAppServices(swigCPtr, filename, allowCPConversion, partialLoad, (int)shareMode, password) : TD_DbPINVOKE.ExHostAppServices_readFile(swigCPtr, filename, allowCPConversion, partialLoad, (int)shareMode, password));
113
114 OdDbDatabase ret = null;
115 if (null != mTrans)
116 {
117 mTrans.AddObject((OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),ptr, true));
118 ret = (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),ptr, false);
119 }
120 else
121 {
122 ret = (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),ptr, true);
123 }
124
126 return ret;
127}
128
129 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
130 string ret = TD_DbPINVOKE.ExHostAppServices_getRealClassName(ptr /*SIMPLETYPE*/);
132 return ret;
133 }
134
135 private void SwigDirectorConnect() {
136 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
137 swigDelegate0 = new SwigDelegateExHostAppServices_0(SwigDirectorMethodqueryX);
138 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
139 swigDelegate1 = new SwigDelegateExHostAppServices_1(SwigDirectorMethodisA);
140 if (SwigDerivedClassHasMethod("findFile", swigMethodTypes2))
141 swigDelegate2 = new SwigDelegateExHostAppServices_2(SwigDirectorMethodfindFile__SWIG_0);
142 if (SwigDerivedClassHasMethod("findFile", swigMethodTypes3))
143 swigDelegate3 = new SwigDelegateExHostAppServices_3(SwigDirectorMethodfindFile__SWIG_1);
144 if (SwigDerivedClassHasMethod("findFile", swigMethodTypes4))
145 swigDelegate4 = new SwigDelegateExHostAppServices_4(SwigDirectorMethodfindFile__SWIG_2);
146 if (SwigDerivedClassHasMethod("newProgressMeter", swigMethodTypes5))
147 swigDelegate5 = new SwigDelegateExHostAppServices_5(SwigDirectorMethodnewProgressMeter);
148 if (SwigDerivedClassHasMethod("releaseProgressMeter", swigMethodTypes6))
149 swigDelegate6 = new SwigDelegateExHostAppServices_6(SwigDirectorMethodreleaseProgressMeter);
150 if (SwigDerivedClassHasMethod("program", swigMethodTypes7))
151 swigDelegate7 = new SwigDelegateExHostAppServices_7(SwigDirectorMethodprogram);
152 if (SwigDerivedClassHasMethod("product", swigMethodTypes8))
153 swigDelegate8 = new SwigDelegateExHostAppServices_8(SwigDirectorMethodproduct);
154 if (SwigDerivedClassHasMethod("companyName", swigMethodTypes9))
155 swigDelegate9 = new SwigDelegateExHostAppServices_9(SwigDirectorMethodcompanyName);
156 if (SwigDerivedClassHasMethod("prodcode", swigMethodTypes10))
157 swigDelegate10 = new SwigDelegateExHostAppServices_10(SwigDirectorMethodprodcode);
158 if (SwigDerivedClassHasMethod("releaseMajorMinorString", swigMethodTypes11))
159 swigDelegate11 = new SwigDelegateExHostAppServices_11(SwigDirectorMethodreleaseMajorMinorString);
160 if (SwigDerivedClassHasMethod("releaseMajorVersion", swigMethodTypes12))
161 swigDelegate12 = new SwigDelegateExHostAppServices_12(SwigDirectorMethodreleaseMajorVersion);
162 if (SwigDerivedClassHasMethod("releaseMinorVersion", swigMethodTypes13))
163 swigDelegate13 = new SwigDelegateExHostAppServices_13(SwigDirectorMethodreleaseMinorVersion);
164 if (SwigDerivedClassHasMethod("versionString", swigMethodTypes14))
165 swigDelegate14 = new SwigDelegateExHostAppServices_14(SwigDirectorMethodversionString);
166 if (SwigDerivedClassHasMethod("warning", swigMethodTypes15))
167 swigDelegate15 = new SwigDelegateExHostAppServices_15(SwigDirectorMethodwarning__SWIG_0);
168 if (SwigDerivedClassHasMethod("warning", swigMethodTypes16))
169 swigDelegate16 = new SwigDelegateExHostAppServices_16(SwigDirectorMethodwarning__SWIG_1);
170 if (SwigDerivedClassHasMethod("warning", swigMethodTypes17))
171 swigDelegate17 = new SwigDelegateExHostAppServices_17(SwigDirectorMethodwarning__SWIG_2);
172 if (SwigDerivedClassHasMethod("warning", swigMethodTypes18))
173 swigDelegate18 = new SwigDelegateExHostAppServices_18(SwigDirectorMethodwarning__SWIG_3);
174 if (SwigDerivedClassHasMethod("getErrorDescription", swigMethodTypes19))
175 swigDelegate19 = new SwigDelegateExHostAppServices_19(SwigDirectorMethodgetErrorDescription);
176 if (SwigDerivedClassHasMethod("newUndoStream", swigMethodTypes20))
177 swigDelegate20 = new SwigDelegateExHostAppServices_20(SwigDirectorMethodnewUndoStream);
178 if (SwigDerivedClassHasMethod("auditPrintReport", swigMethodTypes21))
179 swigDelegate21 = new SwigDelegateExHostAppServices_21(SwigDirectorMethodauditPrintReport);
180 if (SwigDerivedClassHasMethod("ttfFileNameByDescriptor", swigMethodTypes22))
181 swigDelegate22 = new SwigDelegateExHostAppServices_22(SwigDirectorMethodttfFileNameByDescriptor);
182 if (SwigDerivedClassHasMethod("getAlternateFontName", swigMethodTypes23))
183 swigDelegate23 = new SwigDelegateExHostAppServices_23(SwigDirectorMethodgetAlternateFontName);
184 if (SwigDerivedClassHasMethod("getFontMapFileName", swigMethodTypes24))
185 swigDelegate24 = new SwigDelegateExHostAppServices_24(SwigDirectorMethodgetFontMapFileName);
186 if (SwigDerivedClassHasMethod("getPreferableFont", swigMethodTypes25))
187 swigDelegate25 = new SwigDelegateExHostAppServices_25(SwigDirectorMethodgetPreferableFont);
188 if (SwigDerivedClassHasMethod("getSubstituteFont", swigMethodTypes26))
189 swigDelegate26 = new SwigDelegateExHostAppServices_26(SwigDirectorMethodgetSubstituteFont);
190 if (SwigDerivedClassHasMethod("getSubstituteFontByChar", swigMethodTypes27))
191 swigDelegate27 = new SwigDelegateExHostAppServices_27(SwigDirectorMethodgetSubstituteFontByChar);
192 if (SwigDerivedClassHasMethod("getSystemFontFolders", swigMethodTypes28))
193 swigDelegate28 = new SwigDelegateExHostAppServices_28(SwigDirectorMethodgetSystemFontFolders);
194 if (SwigDerivedClassHasMethod("collectFilePathsInDirectory", swigMethodTypes29))
195 swigDelegate29 = new SwigDelegateExHostAppServices_29(SwigDirectorMethodcollectFilePathsInDirectory__SWIG_0);
196 if (SwigDerivedClassHasMethod("collectFilePathsInDirectory", swigMethodTypes30))
197 swigDelegate30 = new SwigDelegateExHostAppServices_30(SwigDirectorMethodcollectFilePathsInDirectory__SWIG_1);
198 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes31))
199 swigDelegate31 = new SwigDelegateExHostAppServices_31(SwigDirectorMethodfileDialog__SWIG_0);
200 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes32))
201 swigDelegate32 = new SwigDelegateExHostAppServices_32(SwigDirectorMethodfileDialog__SWIG_1);
202 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes33))
203 swigDelegate33 = new SwigDelegateExHostAppServices_33(SwigDirectorMethodfileDialog__SWIG_2);
204 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes34))
205 swigDelegate34 = new SwigDelegateExHostAppServices_34(SwigDirectorMethodfileDialog__SWIG_3);
206 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes35))
207 swigDelegate35 = new SwigDelegateExHostAppServices_35(SwigDirectorMethodfileDialog__SWIG_4);
208 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes36))
209 swigDelegate36 = new SwigDelegateExHostAppServices_36(SwigDirectorMethodgsBitmapDevice__SWIG_0);
210 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes37))
211 swigDelegate37 = new SwigDelegateExHostAppServices_37(SwigDirectorMethodgsBitmapDevice__SWIG_1);
212 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes38))
213 swigDelegate38 = new SwigDelegateExHostAppServices_38(SwigDirectorMethodgsBitmapDevice__SWIG_2);
214 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes39))
215 swigDelegate39 = new SwigDelegateExHostAppServices_39(SwigDirectorMethodgsBitmapDevice__SWIG_3);
216 if (SwigDerivedClassHasMethod("getTempPath", swigMethodTypes40))
217 swigDelegate40 = new SwigDelegateExHostAppServices_40(SwigDirectorMethodgetTempPath);
218 if (SwigDerivedClassHasMethod("numThreads", swigMethodTypes41))
219 swigDelegate41 = new SwigDelegateExHostAppServices_41(SwigDirectorMethodnumThreads);
220 if (SwigDerivedClassHasMethod("getEnv", swigMethodTypes42))
221 swigDelegate42 = new SwigDelegateExHostAppServices_42(SwigDirectorMethodgetEnv);
222 if (SwigDerivedClassHasMethod("setEnv", swigMethodTypes43))
223 swigDelegate43 = new SwigDelegateExHostAppServices_43(SwigDirectorMethodsetEnv);
224 if (SwigDerivedClassHasMethod("databaseClass", swigMethodTypes44))
225 swigDelegate44 = new SwigDelegateExHostAppServices_44(SwigDirectorMethoddatabaseClass);
226 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes45))
227 swigDelegate45 = new SwigDelegateExHostAppServices_45(SwigDirectorMethodreadFile__SWIG_0);
228 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes46))
229 swigDelegate46 = new SwigDelegateExHostAppServices_46(SwigDirectorMethodreadFile__SWIG_1);
230 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes47))
231 swigDelegate47 = new SwigDelegateExHostAppServices_47(SwigDirectorMethodreadFile__SWIG_2);
232 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes48))
233 swigDelegate48 = new SwigDelegateExHostAppServices_48(SwigDirectorMethodreadFile__SWIG_3);
234 if (SwigDerivedClassHasMethod("recoverFile", swigMethodTypes49))
235 swigDelegate49 = new SwigDelegateExHostAppServices_49(SwigDirectorMethodrecoverFile__SWIG_0);
236 if (SwigDerivedClassHasMethod("recoverFile", swigMethodTypes50))
237 swigDelegate50 = new SwigDelegateExHostAppServices_50(SwigDirectorMethodrecoverFile__SWIG_1);
238 if (SwigDerivedClassHasMethod("recoverFile", swigMethodTypes51))
239 swigDelegate51 = new SwigDelegateExHostAppServices_51(SwigDirectorMethodrecoverFile__SWIG_2);
240 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes52))
241 swigDelegate52 = new SwigDelegateExHostAppServices_52(SwigDirectorMethodreadFile);
242 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes53))
243 swigDelegate53 = new SwigDelegateExHostAppServices_53(SwigDirectorMethodreadFile__SWIG_5);
244 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes54))
245 swigDelegate54 = new SwigDelegateExHostAppServices_54(SwigDirectorMethodreadFile__SWIG_6);
246 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes55))
247 swigDelegate55 = new SwigDelegateExHostAppServices_55(SwigDirectorMethodreadFile__SWIG_7);
248 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes56))
249 swigDelegate56 = new SwigDelegateExHostAppServices_56(SwigDirectorMethodreadFile__SWIG_8);
250 if (SwigDerivedClassHasMethod("warning1", swigMethodTypes57))
251 swigDelegate57 = new SwigDelegateExHostAppServices_57(SwigDirectorMethodwarning1);
252 if (SwigDerivedClassHasMethod("warning", swigMethodTypes58))
253 swigDelegate58 = new SwigDelegateExHostAppServices_58(SwigDirectorMethodwarning);
254 if (SwigDerivedClassHasMethod("warning2", swigMethodTypes59))
255 swigDelegate59 = new SwigDelegateExHostAppServices_59(SwigDirectorMethodwarning2);
256 if (SwigDerivedClassHasMethod("warning3", swigMethodTypes60))
257 swigDelegate60 = new SwigDelegateExHostAppServices_60(SwigDirectorMethodwarning3);
258 if (SwigDerivedClassHasMethod("doFullCRCCheck", swigMethodTypes61))
259 swigDelegate61 = new SwigDelegateExHostAppServices_61(SwigDirectorMethoddoFullCRCCheck);
260 if (SwigDerivedClassHasMethod("plotSettingsValidator", swigMethodTypes62))
261 swigDelegate62 = new SwigDelegateExHostAppServices_62(SwigDirectorMethodplotSettingsValidator);
262 if (SwigDerivedClassHasMethod("patternManager", swigMethodTypes63))
263 swigDelegate63 = new SwigDelegateExHostAppServices_63(SwigDirectorMethodpatternManager);
264 if (SwigDerivedClassHasMethod("getPassword", swigMethodTypes64))
265 swigDelegate64 = new SwigDelegateExHostAppServices_64(SwigDirectorMethodgetPassword);
266 if (SwigDerivedClassHasMethod("getPasswordCache", swigMethodTypes65))
267 swigDelegate65 = new SwigDelegateExHostAppServices_65(SwigDirectorMethodgetPasswordCache);
268 if (SwigDerivedClassHasMethod("newPageController", swigMethodTypes66))
269 swigDelegate66 = new SwigDelegateExHostAppServices_66(SwigDirectorMethodnewPageController);
270 if (SwigDerivedClassHasMethod("layoutManager", swigMethodTypes67))
271 swigDelegate67 = new SwigDelegateExHostAppServices_67(SwigDirectorMethodlayoutManager);
272 if (SwigDerivedClassHasMethod("educationalPlotStamp", swigMethodTypes68))
273 swigDelegate68 = new SwigDelegateExHostAppServices_68(SwigDirectorMethodeducationalPlotStamp);
274 if (SwigDerivedClassHasMethod("getThumbSize", swigMethodTypes69))
275 swigDelegate69 = new SwigDelegateExHostAppServices_69(SwigDirectorMethodgetThumbSize);
276 if (SwigDerivedClassHasMethod("getHistoryFile", swigMethodTypes70))
277 swigDelegate70 = new SwigDelegateExHostAppServices_70(SwigDirectorMethodgetHistoryFile);
278 if (SwigDerivedClassHasMethod("fixName", swigMethodTypes71))
279 swigDelegate71 = new SwigDelegateExHostAppServices_71(SwigDirectorMethodfixName);
280 if (SwigDerivedClassHasMethod("start", swigMethodTypes72))
281 swigDelegate72 = new SwigDelegateExHostAppServices_72(SwigDirectorMethodstart__SWIG_0);
282 if (SwigDerivedClassHasMethod("start", swigMethodTypes73))
283 swigDelegate73 = new SwigDelegateExHostAppServices_73(SwigDirectorMethodstart__SWIG_1);
284 if (SwigDerivedClassHasMethod("stop", swigMethodTypes74))
285 swigDelegate74 = new SwigDelegateExHostAppServices_74(SwigDirectorMethodstop);
286 if (SwigDerivedClassHasMethod("meterProgress", swigMethodTypes75))
287 swigDelegate75 = new SwigDelegateExHostAppServices_75(SwigDirectorMethodmeterProgress);
288 if (SwigDerivedClassHasMethod("setLimit", swigMethodTypes76))
289 swigDelegate76 = new SwigDelegateExHostAppServices_76(SwigDirectorMethodsetLimit);
290 TD_DbPINVOKE.ExHostAppServices_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15, swigDelegate16, swigDelegate17, swigDelegate18, swigDelegate19, swigDelegate20, swigDelegate21, swigDelegate22, swigDelegate23, swigDelegate24, swigDelegate25, swigDelegate26, swigDelegate27, swigDelegate28, swigDelegate29, swigDelegate30, swigDelegate31, swigDelegate32, swigDelegate33, swigDelegate34, swigDelegate35, swigDelegate36, swigDelegate37, swigDelegate38, swigDelegate39, swigDelegate40, swigDelegate41, swigDelegate42, swigDelegate43, swigDelegate44, swigDelegate45, swigDelegate46, swigDelegate47, swigDelegate48, swigDelegate49, swigDelegate50, swigDelegate51, swigDelegate52, swigDelegate53, swigDelegate54, swigDelegate55, swigDelegate56, swigDelegate57, swigDelegate58, swigDelegate59, swigDelegate60, swigDelegate61, swigDelegate62, swigDelegate63, swigDelegate64, swigDelegate65, swigDelegate66, swigDelegate67, swigDelegate68, swigDelegate69, swigDelegate70, swigDelegate71, swigDelegate72, swigDelegate73, swigDelegate74, swigDelegate75, swigDelegate76);
291 }
292
293 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
294 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
295 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(ExHostAppServices));
296 return hasDerivedMethod;
297 }
298
299 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
300 return
301 // csdirectorout for OdRxObject*, OdRxObject&
303 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
304)).Handle
305;
306 }
307
308 private IntPtr SwigDirectorMethodisA() {
309 return
310 // csdirectorout for OdRxClass*, OdRxClass&
311 OdRxClass.getCPtr(isA()).Handle
312;
313 }
314
315 [return: MarshalAs(UnmanagedType.LPWStr)]
316 private String SwigDirectorMethodfindFile__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb, int hint) {
317 return findFile(filename,
318 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
320 }
321
322 [return: MarshalAs(UnmanagedType.LPWStr)]
323 private String SwigDirectorMethodfindFile__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb) {
324 return findFile(filename,
325 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
326);
327 }
328
329 [return: MarshalAs(UnmanagedType.LPWStr)]
330 private String SwigDirectorMethodfindFile__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String filename) {
331 return findFile(filename);
332 }
333
334 private global::System.IntPtr SwigDirectorMethodnewProgressMeter() {
336 }
337
338 private void SwigDirectorMethodreleaseProgressMeter(global::System.IntPtr pProgressMeter) {
339 releaseProgressMeter((pProgressMeter == global::System.IntPtr.Zero) ? null : new OdDbHostAppProgressMeter(pProgressMeter, false));
340 }
341
342 [return: MarshalAs(UnmanagedType.LPWStr)]
343 private String SwigDirectorMethodprogram() {
344 return program();
345 }
346
347 [return: MarshalAs(UnmanagedType.LPWStr)]
348 private String SwigDirectorMethodproduct() {
349 return product();
350 }
351
352 [return: MarshalAs(UnmanagedType.LPWStr)]
353 private String SwigDirectorMethodcompanyName() {
354 return companyName();
355 }
356
357 private int SwigDirectorMethodprodcode() {
358 return (int)prodcode();
359 }
360
361 [return: MarshalAs(UnmanagedType.LPWStr)]
362 private String SwigDirectorMethodreleaseMajorMinorString() {
364 }
365
366 private int SwigDirectorMethodreleaseMajorVersion() {
367 return releaseMajorVersion();
368 }
369
370 private int SwigDirectorMethodreleaseMinorVersion() {
371 return releaseMinorVersion();
372 }
373
374 [return: MarshalAs(UnmanagedType.LPWStr)]
375 private String SwigDirectorMethodversionString() {
376 return versionString();
377 }
378
379 private void SwigDirectorMethodwarning__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String message) {
380 warning(message);
381 }
382
383 private void SwigDirectorMethodwarning__SWIG_1(string warnVisGroup, [MarshalAs(UnmanagedType.LPWStr)]String message) {
384 warning(warnVisGroup, message);
385 }
386
387 private void SwigDirectorMethodwarning__SWIG_2(int warningOb) {
388 warning((OdResult)warningOb);
389 }
390
391 private void SwigDirectorMethodwarning__SWIG_3(string warnVisGroup, int warningOb) {
392 warning(warnVisGroup, (OdResult)warningOb);
393 }
394
395 [return: MarshalAs(UnmanagedType.LPWStr)]
396 private String SwigDirectorMethodgetErrorDescription(uint errorCode) {
397 return getErrorDescription(errorCode);
398 }
399
400 private IntPtr SwigDirectorMethodnewUndoStream() {
401 return OdStreamBuf.getCPtr(newUndoStream()).Handle;
402 }
403
404 private void SwigDirectorMethodauditPrintReport(global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String strLine, int printDest) {
405 auditPrintReport((pAuditInfo == global::System.IntPtr.Zero) ? null : new OdAuditInfo(pAuditInfo, false), strLine, printDest);
406 }
407
408 private bool SwigDirectorMethodttfFileNameByDescriptor(global::System.IntPtr description, IntPtr filename) {
409 string tmp_filename = Marshal.PtrToStringUni(filename);
410 string saved_filename = tmp_filename;
411 try {
412 return ttfFileNameByDescriptor(new OdTtfDescriptor(description, false), ref tmp_filename);
413 } finally {
414 if (tmp_filename != saved_filename) filename = Marshal.StringToCoTaskMemUni(tmp_filename);
415 }
416 }
417
418 [return: MarshalAs(UnmanagedType.LPWStr)]
419 private String SwigDirectorMethodgetAlternateFontName() {
420 return getAlternateFontName();
421 }
422
423 [return: MarshalAs(UnmanagedType.LPWStr)]
424 private String SwigDirectorMethodgetFontMapFileName() {
425 return getFontMapFileName();
426 }
427
428 [return: MarshalAs(UnmanagedType.LPWStr)]
429 private String SwigDirectorMethodgetPreferableFont([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType) {
430 return getPreferableFont(fontName, (OdFontType)fontType);
431 }
432
433 [return: MarshalAs(UnmanagedType.LPWStr)]
434 private String SwigDirectorMethodgetSubstituteFont([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType) {
435 return getSubstituteFont(fontName, (OdFontType)fontType);
436 }
437
438 [return: MarshalAs(UnmanagedType.LPWStr)]
439 private String SwigDirectorMethodgetSubstituteFontByChar(IntPtr pFont, char /*SIMPLETYPE*/ unicodeChar, IntPtr pDb) {
441 (OdFont)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdFont),pFont,false) /*createInt 6_3*/ // csdirectorin for smart pointer
442, unicodeChar /*SIMPLETYPE*/,
443 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
444);
445 }
446
447 private bool SwigDirectorMethodgetSystemFontFolders(global::System.IntPtr aDirs) {
448 return getSystemFontFolders(new OdStringArray(aDirs, false));
449 }
450
451 private void SwigDirectorMethodcollectFilePathsInDirectory__SWIG_0(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath, [MarshalAs(UnmanagedType.LPWStr)]String sFilter) {
452 collectFilePathsInDirectory(new OdStringArray(res, false), sPath, sFilter);
453 }
454
455 private void SwigDirectorMethodcollectFilePathsInDirectory__SWIG_1(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath) {
456 collectFilePathsInDirectory(new OdStringArray(res, false), sPath);
457 }
458
459 [return: MarshalAs(UnmanagedType.LPWStr)]
460 private String SwigDirectorMethodfileDialog__SWIG_0(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename, [MarshalAs(UnmanagedType.LPWStr)]String filter) {
461 return fileDialog(flags, dialogCaption, defExt, defFilename, filter);
462 }
463
464 [return: MarshalAs(UnmanagedType.LPWStr)]
465 private String SwigDirectorMethodfileDialog__SWIG_1(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename) {
466 return fileDialog(flags, dialogCaption, defExt, defFilename);
467 }
468
469 [return: MarshalAs(UnmanagedType.LPWStr)]
470 private String SwigDirectorMethodfileDialog__SWIG_2(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt) {
471 return fileDialog(flags, dialogCaption, defExt);
472 }
473
474 [return: MarshalAs(UnmanagedType.LPWStr)]
475 private String SwigDirectorMethodfileDialog__SWIG_3(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption) {
476 return fileDialog(flags, dialogCaption);
477 }
478
479 [return: MarshalAs(UnmanagedType.LPWStr)]
480 private String SwigDirectorMethodfileDialog__SWIG_4(int flags) {
481 return fileDialog(flags);
482 }
483
484 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_0(IntPtr pViewObj, IntPtr pDb, UInt32 /*SIMPLETYPE*/ flags) {
486 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pViewObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
487,
488 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
489, flags /*SIMPLETYPE*/)).Handle;
490 }
491
492 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_1(IntPtr pViewObj, IntPtr pDb) {
494 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pViewObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
495,
496 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
497)).Handle;
498 }
499
500 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_2(IntPtr pViewObj) {
502 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pViewObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
503)).Handle;
504 }
505
506 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_3() {
507 return OdGsDevice.getCPtr(gsBitmapDevice()).Handle;
508 }
509
510 [return: MarshalAs(UnmanagedType.LPWStr)]
511 private String SwigDirectorMethodgetTempPath() {
512 return getTempPath();
513 }
514
515 private int SwigDirectorMethodnumThreads(int mtMode) {
516 return numThreads((MultiThreadedMode)mtMode);
517 }
518
519 private int SwigDirectorMethodgetEnv([MarshalAs(UnmanagedType.LPWStr)]String varName, IntPtr value) {
520 string tmp_value = Marshal.PtrToStringUni(value);
521 string saved_value = tmp_value;
522 try {
523 return (int)getEnv(varName, ref tmp_value);
524 } finally {
525 if (tmp_value != saved_value) value = Marshal.StringToCoTaskMemUni(tmp_value);
526 }
527 }
528
529 private int SwigDirectorMethodsetEnv([MarshalAs(UnmanagedType.LPWStr)]String varName, [MarshalAs(UnmanagedType.LPWStr)]String newValue) {
530 return (int)setEnv(varName, newValue);
531 }
532
533 private IntPtr SwigDirectorMethoddatabaseClass() {
534 return
535 // csdirectorout for OdRxClass*, OdRxClass&
537;
538 }
539
540 private IntPtr SwigDirectorMethodreadFile__SWIG_0(IntPtr pStreamBuf, bool allowCPConversion, bool partialLoad, [MarshalAs(UnmanagedType.LPWStr)]String password) {
541 return OdDbDatabase.getCPtr(readFile(
542 (OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),pStreamBuf,false) /*createInt 6_1*/ // csdirectorin for smart pointer
543, allowCPConversion, partialLoad, password)).Handle;
544 }
545
546 private IntPtr SwigDirectorMethodreadFile__SWIG_1(IntPtr pStreamBuf, bool allowCPConversion, bool partialLoad) {
547 return OdDbDatabase.getCPtr(readFile(
548 (OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),pStreamBuf,false) /*createInt 6_1*/ // csdirectorin for smart pointer
549, allowCPConversion, partialLoad)).Handle;
550 }
551
552 private IntPtr SwigDirectorMethodreadFile__SWIG_2(IntPtr pStreamBuf, bool allowCPConversion) {
553 return OdDbDatabase.getCPtr(readFile(
554 (OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),pStreamBuf,false) /*createInt 6_1*/ // csdirectorin for smart pointer
555, allowCPConversion)).Handle;
556 }
557
558 private IntPtr SwigDirectorMethodreadFile__SWIG_3(IntPtr pStreamBuf) {
559 return OdDbDatabase.getCPtr(readFile(
560 (OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),pStreamBuf,false) /*createInt 6_1*/ // csdirectorin for smart pointer
561)).Handle;
562 }
563
564 private IntPtr SwigDirectorMethodrecoverFile__SWIG_0(IntPtr pStreamBuf, global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String password) {
565 return OdDbDatabase.getCPtr(recoverFile(
566 (OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),pStreamBuf,false) /*createInt 6_1*/ // csdirectorin for smart pointer
567, (pAuditInfo == global::System.IntPtr.Zero) ? null : new OdDbAuditInfo(pAuditInfo, false), password)).Handle;
568 }
569
570 private IntPtr SwigDirectorMethodrecoverFile__SWIG_1(IntPtr pStreamBuf, global::System.IntPtr pAuditInfo) {
571 return OdDbDatabase.getCPtr(recoverFile(
572 (OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),pStreamBuf,false) /*createInt 6_1*/ // csdirectorin for smart pointer
573, (pAuditInfo == global::System.IntPtr.Zero) ? null : new OdDbAuditInfo(pAuditInfo, false))).Handle;
574 }
575
576 private IntPtr SwigDirectorMethodrecoverFile__SWIG_2(IntPtr pStreamBuf) {
577 return OdDbDatabase.getCPtr(recoverFile(
578 (OdStreamBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdStreamBuf),pStreamBuf,false) /*createInt 6_1*/ // csdirectorin for smart pointer
579)).Handle;
580 }
581
582 private IntPtr SwigDirectorMethodreadFile([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion, bool partialLoad, int shareMode, [MarshalAs(UnmanagedType.LPWStr)]String password) {
583 return OdDbDatabase.getCPtr(readFile(filename, allowCPConversion, partialLoad, (FileShareMode)shareMode, password)).Handle;
584 }
585
586 private IntPtr SwigDirectorMethodreadFile__SWIG_5([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion, bool partialLoad, int shareMode) {
587 return OdDbDatabase.getCPtr(readFile(filename, allowCPConversion, partialLoad, (FileShareMode)shareMode)).Handle;
588 }
589
590 private IntPtr SwigDirectorMethodreadFile__SWIG_6([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion, bool partialLoad) {
591 return OdDbDatabase.getCPtr(readFile(filename, allowCPConversion, partialLoad)).Handle;
592 }
593
594 private IntPtr SwigDirectorMethodreadFile__SWIG_7([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion) {
595 return OdDbDatabase.getCPtr(readFile(filename, allowCPConversion)).Handle;
596 }
597
598 private IntPtr SwigDirectorMethodreadFile__SWIG_8([MarshalAs(UnmanagedType.LPWStr)]String filename) {
599 return OdDbDatabase.getCPtr(readFile(filename)).Handle;
600 }
601
602 private void SwigDirectorMethodwarning1(int warningOb, global::System.IntPtr objectId) {
603 warning1((OdResult)warningOb, new OdDbObjectId(objectId, true));
604 }
605
606 private void SwigDirectorMethodwarning(string warnVisGroup, int warningOb, global::System.IntPtr objectId) {
607 warning(warnVisGroup, (OdResult)warningOb, new OdDbObjectId(objectId, true));
608 }
609
610 private void SwigDirectorMethodwarning2(global::System.IntPtr err) {
611 warning2(new OdError(err, false));
612 }
613
614 private void SwigDirectorMethodwarning3(string warnVisGroup, global::System.IntPtr err) {
615 warning3(warnVisGroup, new OdError(err, false));
616 }
617
618 private bool SwigDirectorMethoddoFullCRCCheck() {
619 return doFullCRCCheck();
620 }
621
622 private IntPtr SwigDirectorMethodplotSettingsValidator() {
623 return
624 // csdirectorout for OdDbPlotSettingsValidator*, OdDbPlotSettingsValidator&
625 OdDbPlotSettingsValidator.getCPtr(plotSettingsValidator()).Handle
626;
627 }
628
629 private IntPtr SwigDirectorMethodpatternManager() {
630 return
631 // csdirectorout for OdHatchPatternManager*, OdHatchPatternManager&
632 OdHatchPatternManager.getCPtr(patternManager()).Handle
633;
634 }
635
636 private bool SwigDirectorMethodgetPassword([MarshalAs(UnmanagedType.LPWStr)]String dwgName, bool isXref, IntPtr password) {
637 string tmp_password = Marshal.PtrToStringUni(password);
638 string saved_password = tmp_password;
639 try {
640 return getPassword(dwgName, isXref, ref tmp_password);
641 } finally {
642 if (tmp_password != saved_password) password = Marshal.StringToCoTaskMemUni(tmp_password);
643 }
644 }
645
646 private IntPtr SwigDirectorMethodgetPasswordCache() {
647 return OdPwdCache.getCPtr(getPasswordCache()).Handle;
648 }
649
650 private IntPtr SwigDirectorMethodnewPageController() {
651 return OdDbPageController.getCPtr(newPageController()).Handle;
652 }
653
654 private IntPtr SwigDirectorMethodlayoutManager() {
655 return OdDbLayoutManager.getCPtr(layoutManager()).Handle;
656 }
657
658 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodeducationalPlotStamp() {
659 return educationalPlotStamp() /*SIMPLETYPE*/;
660 }
661
662 private void SwigDirectorMethodgetThumbSize(uint nWidth, uint nHeight) {
663 getThumbSize(out nWidth, out nHeight);
664 }
665
666 private IntPtr SwigDirectorMethodgetHistoryFile(IntPtr arg0) {
668 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),arg0,false) /*createInt 6_1*/ // csdirectorin for smart pointer
669)).Handle;
670 }
671
672 [return: MarshalAs(UnmanagedType.LPWStr)]
673 private String SwigDirectorMethodfixName(IntPtr pRecord) {
674 return fixName(
675 (OdDbSymbolTableRecord)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSymbolTableRecord),pRecord,false) /*createInt 6_2*/ // csdirectorin for smart pointer
676);
677 }
678
679 private void SwigDirectorMethodstart__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String displayString) {
680 start(displayString);
681 }
682
683 private void SwigDirectorMethodstart__SWIG_1() {
684 start();
685 }
686
687 private void SwigDirectorMethodstop() {
688 stop();
689 }
690
691 private void SwigDirectorMethodmeterProgress() {
693 }
694
695 private void SwigDirectorMethodsetLimit(int max) {
696 setLimit(max);
697 }
698
699 public delegate IntPtr SwigDelegateExHostAppServices_0(IntPtr protocolClass);
700 public delegate IntPtr SwigDelegateExHostAppServices_1();
701 [return: MarshalAs(UnmanagedType.LPWStr)]
702 public delegate String SwigDelegateExHostAppServices_2([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb, int hint);
703 [return: MarshalAs(UnmanagedType.LPWStr)]
704 public delegate String SwigDelegateExHostAppServices_3([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb);
705 [return: MarshalAs(UnmanagedType.LPWStr)]
706 public delegate String SwigDelegateExHostAppServices_4([MarshalAs(UnmanagedType.LPWStr)]String filename);
707 public delegate global::System.IntPtr SwigDelegateExHostAppServices_5();
708 public delegate void SwigDelegateExHostAppServices_6(global::System.IntPtr pProgressMeter);
709 [return: MarshalAs(UnmanagedType.LPWStr)]
711 [return: MarshalAs(UnmanagedType.LPWStr)]
713 [return: MarshalAs(UnmanagedType.LPWStr)]
715 public delegate int SwigDelegateExHostAppServices_10();
716 [return: MarshalAs(UnmanagedType.LPWStr)]
718 public delegate int SwigDelegateExHostAppServices_12();
719 public delegate int SwigDelegateExHostAppServices_13();
720 [return: MarshalAs(UnmanagedType.LPWStr)]
722 public delegate void SwigDelegateExHostAppServices_15([MarshalAs(UnmanagedType.LPWStr)]String message);
723 public delegate void SwigDelegateExHostAppServices_16(string warnVisGroup, [MarshalAs(UnmanagedType.LPWStr)]String message);
724 public delegate void SwigDelegateExHostAppServices_17(int warningOb);
725 public delegate void SwigDelegateExHostAppServices_18(string warnVisGroup, int warningOb);
726 [return: MarshalAs(UnmanagedType.LPWStr)]
727 public delegate String SwigDelegateExHostAppServices_19(uint errorCode);
728 public delegate IntPtr SwigDelegateExHostAppServices_20();
729 public delegate void SwigDelegateExHostAppServices_21(global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String strLine, int printDest);
730 public delegate bool SwigDelegateExHostAppServices_22(global::System.IntPtr description, IntPtr filename);
731 [return: MarshalAs(UnmanagedType.LPWStr)]
733 [return: MarshalAs(UnmanagedType.LPWStr)]
735 [return: MarshalAs(UnmanagedType.LPWStr)]
736 public delegate String SwigDelegateExHostAppServices_25([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType);
737 [return: MarshalAs(UnmanagedType.LPWStr)]
738 public delegate String SwigDelegateExHostAppServices_26([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType);
739 [return: MarshalAs(UnmanagedType.LPWStr)]
740 public delegate String SwigDelegateExHostAppServices_27(IntPtr pFont, char /*SIMPLETYPE*/ unicodeChar, IntPtr pDb);
741 public delegate bool SwigDelegateExHostAppServices_28(global::System.IntPtr aDirs);
742 public delegate void SwigDelegateExHostAppServices_29(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath, [MarshalAs(UnmanagedType.LPWStr)]String sFilter);
743 public delegate void SwigDelegateExHostAppServices_30(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath);
744 [return: MarshalAs(UnmanagedType.LPWStr)]
745 public delegate String SwigDelegateExHostAppServices_31(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename, [MarshalAs(UnmanagedType.LPWStr)]String filter);
746 [return: MarshalAs(UnmanagedType.LPWStr)]
747 public delegate String SwigDelegateExHostAppServices_32(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename);
748 [return: MarshalAs(UnmanagedType.LPWStr)]
749 public delegate String SwigDelegateExHostAppServices_33(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt);
750 [return: MarshalAs(UnmanagedType.LPWStr)]
751 public delegate String SwigDelegateExHostAppServices_34(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption);
752 [return: MarshalAs(UnmanagedType.LPWStr)]
753 public delegate String SwigDelegateExHostAppServices_35(int flags);
754 public delegate IntPtr SwigDelegateExHostAppServices_36(IntPtr pViewObj, IntPtr pDb, UInt32 /*SIMPLETYPE*/ flags);
755 public delegate IntPtr SwigDelegateExHostAppServices_37(IntPtr pViewObj, IntPtr pDb);
756 public delegate IntPtr SwigDelegateExHostAppServices_38(IntPtr pViewObj);
757 public delegate IntPtr SwigDelegateExHostAppServices_39();
758 [return: MarshalAs(UnmanagedType.LPWStr)]
760 public delegate int SwigDelegateExHostAppServices_41(int mtMode);
761 public delegate int SwigDelegateExHostAppServices_42([MarshalAs(UnmanagedType.LPWStr)]String varName, IntPtr value);
762 public delegate int SwigDelegateExHostAppServices_43([MarshalAs(UnmanagedType.LPWStr)]String varName, [MarshalAs(UnmanagedType.LPWStr)]String newValue);
763 public delegate IntPtr SwigDelegateExHostAppServices_44();
764 public delegate IntPtr SwigDelegateExHostAppServices_45(IntPtr pStreamBuf, bool allowCPConversion, bool partialLoad, [MarshalAs(UnmanagedType.LPWStr)]String password);
765 public delegate IntPtr SwigDelegateExHostAppServices_46(IntPtr pStreamBuf, bool allowCPConversion, bool partialLoad);
766 public delegate IntPtr SwigDelegateExHostAppServices_47(IntPtr pStreamBuf, bool allowCPConversion);
767 public delegate IntPtr SwigDelegateExHostAppServices_48(IntPtr pStreamBuf);
768 public delegate IntPtr SwigDelegateExHostAppServices_49(IntPtr pStreamBuf, global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String password);
769 public delegate IntPtr SwigDelegateExHostAppServices_50(IntPtr pStreamBuf, global::System.IntPtr pAuditInfo);
770 public delegate IntPtr SwigDelegateExHostAppServices_51(IntPtr pStreamBuf);
771 public delegate IntPtr SwigDelegateExHostAppServices_52([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion, bool partialLoad, int shareMode, [MarshalAs(UnmanagedType.LPWStr)]String password);
772 public delegate IntPtr SwigDelegateExHostAppServices_53([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion, bool partialLoad, int shareMode);
773 public delegate IntPtr SwigDelegateExHostAppServices_54([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion, bool partialLoad);
774 public delegate IntPtr SwigDelegateExHostAppServices_55([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion);
775 public delegate IntPtr SwigDelegateExHostAppServices_56([MarshalAs(UnmanagedType.LPWStr)]String filename);
776 public delegate void SwigDelegateExHostAppServices_57(int warningOb, global::System.IntPtr objectId);
777 public delegate void SwigDelegateExHostAppServices_58(string warnVisGroup, int warningOb, global::System.IntPtr objectId);
778 public delegate void SwigDelegateExHostAppServices_59(global::System.IntPtr err);
779 public delegate void SwigDelegateExHostAppServices_60(string warnVisGroup, global::System.IntPtr err);
780 public delegate bool SwigDelegateExHostAppServices_61();
781 public delegate IntPtr SwigDelegateExHostAppServices_62();
782 public delegate IntPtr SwigDelegateExHostAppServices_63();
783 public delegate bool SwigDelegateExHostAppServices_64([MarshalAs(UnmanagedType.LPWStr)]String dwgName, bool isXref, IntPtr password);
784 public delegate IntPtr SwigDelegateExHostAppServices_65();
785 public delegate IntPtr SwigDelegateExHostAppServices_66();
786 public delegate IntPtr SwigDelegateExHostAppServices_67();
787 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateExHostAppServices_68();
788 public delegate void SwigDelegateExHostAppServices_69(uint nWidth, uint nHeight);
789 public delegate IntPtr SwigDelegateExHostAppServices_70(IntPtr arg0);
790 [return: MarshalAs(UnmanagedType.LPWStr)]
791 public delegate String SwigDelegateExHostAppServices_71(IntPtr pRecord);
792 public delegate void SwigDelegateExHostAppServices_72([MarshalAs(UnmanagedType.LPWStr)]String displayString);
793 public delegate void SwigDelegateExHostAppServices_73();
794 public delegate void SwigDelegateExHostAppServices_74();
795 public delegate void SwigDelegateExHostAppServices_75();
796 public delegate void SwigDelegateExHostAppServices_76(int max);
797
798 private SwigDelegateExHostAppServices_0 swigDelegate0;
799 private SwigDelegateExHostAppServices_1 swigDelegate1;
800 private SwigDelegateExHostAppServices_2 swigDelegate2;
801 private SwigDelegateExHostAppServices_3 swigDelegate3;
802 private SwigDelegateExHostAppServices_4 swigDelegate4;
803 private SwigDelegateExHostAppServices_5 swigDelegate5;
804 private SwigDelegateExHostAppServices_6 swigDelegate6;
805 private SwigDelegateExHostAppServices_7 swigDelegate7;
806 private SwigDelegateExHostAppServices_8 swigDelegate8;
807 private SwigDelegateExHostAppServices_9 swigDelegate9;
808 private SwigDelegateExHostAppServices_10 swigDelegate10;
809 private SwigDelegateExHostAppServices_11 swigDelegate11;
810 private SwigDelegateExHostAppServices_12 swigDelegate12;
811 private SwigDelegateExHostAppServices_13 swigDelegate13;
812 private SwigDelegateExHostAppServices_14 swigDelegate14;
813 private SwigDelegateExHostAppServices_15 swigDelegate15;
814 private SwigDelegateExHostAppServices_16 swigDelegate16;
815 private SwigDelegateExHostAppServices_17 swigDelegate17;
816 private SwigDelegateExHostAppServices_18 swigDelegate18;
817 private SwigDelegateExHostAppServices_19 swigDelegate19;
818 private SwigDelegateExHostAppServices_20 swigDelegate20;
819 private SwigDelegateExHostAppServices_21 swigDelegate21;
820 private SwigDelegateExHostAppServices_22 swigDelegate22;
821 private SwigDelegateExHostAppServices_23 swigDelegate23;
822 private SwigDelegateExHostAppServices_24 swigDelegate24;
823 private SwigDelegateExHostAppServices_25 swigDelegate25;
824 private SwigDelegateExHostAppServices_26 swigDelegate26;
825 private SwigDelegateExHostAppServices_27 swigDelegate27;
826 private SwigDelegateExHostAppServices_28 swigDelegate28;
827 private SwigDelegateExHostAppServices_29 swigDelegate29;
828 private SwigDelegateExHostAppServices_30 swigDelegate30;
829 private SwigDelegateExHostAppServices_31 swigDelegate31;
830 private SwigDelegateExHostAppServices_32 swigDelegate32;
831 private SwigDelegateExHostAppServices_33 swigDelegate33;
832 private SwigDelegateExHostAppServices_34 swigDelegate34;
833 private SwigDelegateExHostAppServices_35 swigDelegate35;
834 private SwigDelegateExHostAppServices_36 swigDelegate36;
835 private SwigDelegateExHostAppServices_37 swigDelegate37;
836 private SwigDelegateExHostAppServices_38 swigDelegate38;
837 private SwigDelegateExHostAppServices_39 swigDelegate39;
838 private SwigDelegateExHostAppServices_40 swigDelegate40;
839 private SwigDelegateExHostAppServices_41 swigDelegate41;
840 private SwigDelegateExHostAppServices_42 swigDelegate42;
841 private SwigDelegateExHostAppServices_43 swigDelegate43;
842 private SwigDelegateExHostAppServices_44 swigDelegate44;
843 private SwigDelegateExHostAppServices_45 swigDelegate45;
844 private SwigDelegateExHostAppServices_46 swigDelegate46;
845 private SwigDelegateExHostAppServices_47 swigDelegate47;
846 private SwigDelegateExHostAppServices_48 swigDelegate48;
847 private SwigDelegateExHostAppServices_49 swigDelegate49;
848 private SwigDelegateExHostAppServices_50 swigDelegate50;
849 private SwigDelegateExHostAppServices_51 swigDelegate51;
850 private SwigDelegateExHostAppServices_52 swigDelegate52;
851 private SwigDelegateExHostAppServices_53 swigDelegate53;
852 private SwigDelegateExHostAppServices_54 swigDelegate54;
853 private SwigDelegateExHostAppServices_55 swigDelegate55;
854 private SwigDelegateExHostAppServices_56 swigDelegate56;
855 private SwigDelegateExHostAppServices_57 swigDelegate57;
856 private SwigDelegateExHostAppServices_58 swigDelegate58;
857 private SwigDelegateExHostAppServices_59 swigDelegate59;
858 private SwigDelegateExHostAppServices_60 swigDelegate60;
859 private SwigDelegateExHostAppServices_61 swigDelegate61;
860 private SwigDelegateExHostAppServices_62 swigDelegate62;
861 private SwigDelegateExHostAppServices_63 swigDelegate63;
862 private SwigDelegateExHostAppServices_64 swigDelegate64;
863 private SwigDelegateExHostAppServices_65 swigDelegate65;
864 private SwigDelegateExHostAppServices_66 swigDelegate66;
865 private SwigDelegateExHostAppServices_67 swigDelegate67;
866 private SwigDelegateExHostAppServices_68 swigDelegate68;
867 private SwigDelegateExHostAppServices_69 swigDelegate69;
868 private SwigDelegateExHostAppServices_70 swigDelegate70;
869 private SwigDelegateExHostAppServices_71 swigDelegate71;
870 private SwigDelegateExHostAppServices_72 swigDelegate72;
871 private SwigDelegateExHostAppServices_73 swigDelegate73;
872 private SwigDelegateExHostAppServices_74 swigDelegate74;
873 private SwigDelegateExHostAppServices_75 swigDelegate75;
874 private SwigDelegateExHostAppServices_76 swigDelegate76;
875
876 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
877 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
878 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(String), typeof(OdRxObject), typeof(OdDbBaseHostAppServices.FindFileHint) };
879 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(String), typeof(OdRxObject) };
880 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(String) };
881 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { };
882 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdDbHostAppProgressMeter) };
883 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { };
884 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { };
885 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { };
886 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { };
887 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { };
888 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { };
889 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { };
890 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { };
891 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(String) };
892 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { typeof(string), typeof(String) };
893 private static global::System.Type[] swigMethodTypes17 = new global::System.Type[] { typeof(OdResult) };
894 private static global::System.Type[] swigMethodTypes18 = new global::System.Type[] { typeof(string), typeof(OdResult) };
895 private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { typeof(uint) };
896 private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { };
897 private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { typeof(OdAuditInfo), typeof(String), typeof(int) };
898 private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { typeof(OdTtfDescriptor), typeof(string).MakeByRefType() };
899 private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { };
900 private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { };
901 private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { typeof(String), typeof(OdFontType) };
902 private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { typeof(String), typeof(OdFontType) };
903 private static global::System.Type[] swigMethodTypes27 = new global::System.Type[] { typeof(OdFont), typeof(char /*SIMPLETYPE*/), typeof(OdRxObject) };
904 private static global::System.Type[] swigMethodTypes28 = new global::System.Type[] { typeof(OdStringArray) };
905 private static global::System.Type[] swigMethodTypes29 = new global::System.Type[] { typeof(OdStringArray), typeof(String), typeof(String) };
906 private static global::System.Type[] swigMethodTypes30 = new global::System.Type[] { typeof(OdStringArray), typeof(String) };
907 private static global::System.Type[] swigMethodTypes31 = new global::System.Type[] { typeof(int), typeof(String), typeof(String), typeof(String), typeof(String) };
908 private static global::System.Type[] swigMethodTypes32 = new global::System.Type[] { typeof(int), typeof(String), typeof(String), typeof(String) };
909 private static global::System.Type[] swigMethodTypes33 = new global::System.Type[] { typeof(int), typeof(String), typeof(String) };
910 private static global::System.Type[] swigMethodTypes34 = new global::System.Type[] { typeof(int), typeof(String) };
911 private static global::System.Type[] swigMethodTypes35 = new global::System.Type[] { typeof(int) };
912 private static global::System.Type[] swigMethodTypes36 = new global::System.Type[] { typeof(OdRxObject), typeof(OdRxObject), typeof(UInt32 /*SIMPLETYPE*/) };
913 private static global::System.Type[] swigMethodTypes37 = new global::System.Type[] { typeof(OdRxObject), typeof(OdRxObject) };
914 private static global::System.Type[] swigMethodTypes38 = new global::System.Type[] { typeof(OdRxObject) };
915 private static global::System.Type[] swigMethodTypes39 = new global::System.Type[] { };
916 private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { };
917 private static global::System.Type[] swigMethodTypes41 = new global::System.Type[] { typeof(MultiThreadedMode) };
918 private static global::System.Type[] swigMethodTypes42 = new global::System.Type[] { typeof(String), typeof(string).MakeByRefType() };
919 private static global::System.Type[] swigMethodTypes43 = new global::System.Type[] { typeof(String), typeof(String) };
920 private static global::System.Type[] swigMethodTypes44 = new global::System.Type[] { };
921 private static global::System.Type[] swigMethodTypes45 = new global::System.Type[] { typeof(OdStreamBuf), typeof(bool), typeof(bool), typeof(String) };
922 private static global::System.Type[] swigMethodTypes46 = new global::System.Type[] { typeof(OdStreamBuf), typeof(bool), typeof(bool) };
923 private static global::System.Type[] swigMethodTypes47 = new global::System.Type[] { typeof(OdStreamBuf), typeof(bool) };
924 private static global::System.Type[] swigMethodTypes48 = new global::System.Type[] { typeof(OdStreamBuf) };
925 private static global::System.Type[] swigMethodTypes49 = new global::System.Type[] { typeof(OdStreamBuf), typeof(OdDbAuditInfo), typeof(String) };
926 private static global::System.Type[] swigMethodTypes50 = new global::System.Type[] { typeof(OdStreamBuf), typeof(OdDbAuditInfo) };
927 private static global::System.Type[] swigMethodTypes51 = new global::System.Type[] { typeof(OdStreamBuf) };
928 private static global::System.Type[] swigMethodTypes52 = new global::System.Type[] { typeof(String), typeof(bool), typeof(bool), typeof(FileShareMode), typeof(String) };
929 private static global::System.Type[] swigMethodTypes53 = new global::System.Type[] { typeof(String), typeof(bool), typeof(bool), typeof(FileShareMode) };
930 private static global::System.Type[] swigMethodTypes54 = new global::System.Type[] { typeof(String), typeof(bool), typeof(bool) };
931 private static global::System.Type[] swigMethodTypes55 = new global::System.Type[] { typeof(String), typeof(bool) };
932 private static global::System.Type[] swigMethodTypes56 = new global::System.Type[] { typeof(String) };
933 private static global::System.Type[] swigMethodTypes57 = new global::System.Type[] { typeof(OdResult), typeof(OdDbObjectId) };
934 private static global::System.Type[] swigMethodTypes58 = new global::System.Type[] { typeof(string), typeof(OdResult), typeof(OdDbObjectId) };
935 private static global::System.Type[] swigMethodTypes59 = new global::System.Type[] { typeof(OdError) };
936 private static global::System.Type[] swigMethodTypes60 = new global::System.Type[] { typeof(string), typeof(OdError) };
937 private static global::System.Type[] swigMethodTypes61 = new global::System.Type[] { };
938 private static global::System.Type[] swigMethodTypes62 = new global::System.Type[] { };
939 private static global::System.Type[] swigMethodTypes63 = new global::System.Type[] { };
940 private static global::System.Type[] swigMethodTypes64 = new global::System.Type[] { typeof(String), typeof(bool), typeof(string).MakeByRefType() };
941 private static global::System.Type[] swigMethodTypes65 = new global::System.Type[] { };
942 private static global::System.Type[] swigMethodTypes66 = new global::System.Type[] { };
943 private static global::System.Type[] swigMethodTypes67 = new global::System.Type[] { };
944 private static global::System.Type[] swigMethodTypes68 = new global::System.Type[] { };
945 private static global::System.Type[] swigMethodTypes69 = new global::System.Type[] { typeof(uint).MakeByRefType(), typeof(uint).MakeByRefType() };
946 private static global::System.Type[] swigMethodTypes70 = new global::System.Type[] { typeof(OdDbDatabase) };
947 private static global::System.Type[] swigMethodTypes71 = new global::System.Type[] { typeof(OdDbSymbolTableRecord) };
948 private static global::System.Type[] swigMethodTypes72 = new global::System.Type[] { typeof(String) };
949 private static global::System.Type[] swigMethodTypes73 = new global::System.Type[] { };
950 private static global::System.Type[] swigMethodTypes74 = new global::System.Type[] { };
951 private static global::System.Type[] swigMethodTypes75 = new global::System.Type[] { };
952 private static global::System.Type[] swigMethodTypes76 = new global::System.Type[] { typeof(int) };
953}
954
955}
virtual OdResult getEnv(String varName, ref string value)
virtual int numThreads(MultiThreadedMode mtMode)
virtual bool ttfFileNameByDescriptor(OdTtfDescriptor description, ref string filename)
virtual OdResult setEnv(String varName, String newValue)
static HandleRef getCPtr(OdDbHostAppProgressMeter obj)
static HandleRef getCPtr(OdGsDevice obj)
Definition: OdGsDevice.cs:25
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdStreamBuf obj)
Definition: OdStreamBuf.cs:25
virtual void start(String displayString)
delegate IntPtr SwigDelegateExHostAppServices_1()
delegate String SwigDelegateExHostAppServices_19(uint errorCode)
delegate String SwigDelegateExHostAppServices_40()
delegate IntPtr SwigDelegateExHostAppServices_54([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion, bool partialLoad)
delegate void SwigDelegateExHostAppServices_16(string warnVisGroup, [MarshalAs(UnmanagedType.LPWStr)]String message)
delegate void SwigDelegateExHostAppServices_75()
delegate IntPtr SwigDelegateExHostAppServices_20()
delegate IntPtr SwigDelegateExHostAppServices_56([MarshalAs(UnmanagedType.LPWStr)]String filename)
delegate IntPtr SwigDelegateExHostAppServices_62()
delegate String SwigDelegateExHostAppServices_25([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType)
delegate int SwigDelegateExHostAppServices_42([MarshalAs(UnmanagedType.LPWStr)]String varName, IntPtr value)
delegate IntPtr SwigDelegateExHostAppServices_70(IntPtr arg0)
delegate UInt32 SwigDelegateExHostAppServices_68()
delegate void SwigDelegateExHostAppServices_58(string warnVisGroup, int warningOb, global::System.IntPtr objectId)
delegate String SwigDelegateExHostAppServices_8()
delegate IntPtr SwigDelegateExHostAppServices_52([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion, bool partialLoad, int shareMode, [MarshalAs(UnmanagedType.LPWStr)]String password)
delegate String SwigDelegateExHostAppServices_24()
delegate String SwigDelegateExHostAppServices_3([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb)
delegate IntPtr SwigDelegateExHostAppServices_51(IntPtr pStreamBuf)
delegate String SwigDelegateExHostAppServices_71(IntPtr pRecord)
delegate IntPtr SwigDelegateExHostAppServices_45(IntPtr pStreamBuf, bool allowCPConversion, bool partialLoad, [MarshalAs(UnmanagedType.LPWStr)]String password)
delegate String SwigDelegateExHostAppServices_14()
delegate IntPtr SwigDelegateExHostAppServices_65()
delegate IntPtr SwigDelegateExHostAppServices_63()
delegate bool SwigDelegateExHostAppServices_61()
delegate IntPtr SwigDelegateExHostAppServices_53([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion, bool partialLoad, int shareMode)
delegate String SwigDelegateExHostAppServices_7()
delegate IntPtr SwigDelegateExHostAppServices_0(IntPtr protocolClass)
delegate void SwigDelegateExHostAppServices_30(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath)
delegate IntPtr SwigDelegateExHostAppServices_49(IntPtr pStreamBuf, global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String password)
delegate String SwigDelegateExHostAppServices_11()
delegate bool SwigDelegateExHostAppServices_22(global::System.IntPtr description, IntPtr filename)
delegate void SwigDelegateExHostAppServices_57(int warningOb, global::System.IntPtr objectId)
delegate String SwigDelegateExHostAppServices_35(int flags)
delegate void SwigDelegateExHostAppServices_74()
delegate bool SwigDelegateExHostAppServices_64([MarshalAs(UnmanagedType.LPWStr)]String dwgName, bool isXref, IntPtr password)
delegate global::System.IntPtr SwigDelegateExHostAppServices_5()
delegate IntPtr SwigDelegateExHostAppServices_66()
delegate void SwigDelegateExHostAppServices_60(string warnVisGroup, global::System.IntPtr err)
override OdDbHostAppProgressMeter newProgressMeter()
delegate int SwigDelegateExHostAppServices_43([MarshalAs(UnmanagedType.LPWStr)]String varName, [MarshalAs(UnmanagedType.LPWStr)]String newValue)
delegate void SwigDelegateExHostAppServices_73()
delegate IntPtr SwigDelegateExHostAppServices_67()
delegate String SwigDelegateExHostAppServices_4([MarshalAs(UnmanagedType.LPWStr)]String filename)
delegate int SwigDelegateExHostAppServices_12()
delegate void SwigDelegateExHostAppServices_76(int max)
delegate String SwigDelegateExHostAppServices_34(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption)
void setPrefix(String prefix)
delegate IntPtr SwigDelegateExHostAppServices_38(IntPtr pViewObj)
override OdHatchPatternManager patternManager()
ExHostAppServices(IntPtr cPtr, bool cMemoryOwn)
delegate void SwigDelegateExHostAppServices_6(global::System.IntPtr pProgressMeter)
delegate void SwigDelegateExHostAppServices_18(string warnVisGroup, int warningOb)
void disableOutput(bool disable)
delegate void SwigDelegateExHostAppServices_15([MarshalAs(UnmanagedType.LPWStr)]String message)
virtual void setLimit(int max)
delegate String SwigDelegateExHostAppServices_33(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt)
delegate void SwigDelegateExHostAppServices_59(global::System.IntPtr err)
delegate bool SwigDelegateExHostAppServices_28(global::System.IntPtr aDirs)
delegate IntPtr SwigDelegateExHostAppServices_39()
delegate IntPtr SwigDelegateExHostAppServices_36(IntPtr pViewObj, IntPtr pDb, UInt32 flags)
delegate IntPtr SwigDelegateExHostAppServices_37(IntPtr pViewObj, IntPtr pDb)
delegate IntPtr SwigDelegateExHostAppServices_47(IntPtr pStreamBuf, bool allowCPConversion)
delegate void SwigDelegateExHostAppServices_21(global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String strLine, int printDest)
delegate IntPtr SwigDelegateExHostAppServices_46(IntPtr pStreamBuf, bool allowCPConversion, bool partialLoad)
delegate IntPtr SwigDelegateExHostAppServices_55([MarshalAs(UnmanagedType.LPWStr)]String filename, bool allowCPConversion)
delegate String SwigDelegateExHostAppServices_27(IntPtr pFont, char unicodeChar, IntPtr pDb)
delegate String SwigDelegateExHostAppServices_9()
delegate void SwigDelegateExHostAppServices_29(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath, [MarshalAs(UnmanagedType.LPWStr)]String sFilter)
delegate String SwigDelegateExHostAppServices_2([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb, int hint)
override void releaseProgressMeter(OdDbHostAppProgressMeter pProgressMeter)
override OdDbDatabase readFile(String filename, bool allowCPConversion, bool partialLoad, FileShareMode shareMode, String password)
delegate void SwigDelegateExHostAppServices_17(int warningOb)
delegate String SwigDelegateExHostAppServices_23()
delegate void SwigDelegateExHostAppServices_72([MarshalAs(UnmanagedType.LPWStr)]String displayString)
delegate void SwigDelegateExHostAppServices_69(uint nWidth, uint nHeight)
delegate IntPtr SwigDelegateExHostAppServices_50(IntPtr pStreamBuf, global::System.IntPtr pAuditInfo)
delegate int SwigDelegateExHostAppServices_10()
static HandleRef getCPtr(ExHostAppServices obj)
delegate int SwigDelegateExHostAppServices_13()
delegate IntPtr SwigDelegateExHostAppServices_48(IntPtr pStreamBuf)
delegate String SwigDelegateExHostAppServices_26([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType)
delegate String SwigDelegateExHostAppServices_31(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename, [MarshalAs(UnmanagedType.LPWStr)]String filter)
override void Dispose(bool disposing)
delegate int SwigDelegateExHostAppServices_41(int mtMode)
delegate String SwigDelegateExHostAppServices_32(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename)
static string getRealClassName(IntPtr ptr)
delegate IntPtr SwigDelegateExHostAppServices_44()
override String fileDialog(int flags, String dialogCaption, String defExt, String defFilename, String filter)
virtual OdDbLayoutManager layoutManager()
override OdRxObject queryX(OdRxClass protocolClass)
override String getSubstituteFont(String fontName, OdFontType fontType)
override String getErrorDescription(uint errorCode)
virtual OdDbDatabase recoverFile(OdStreamBuf pStreamBuf, OdDbAuditInfo pAuditInfo, String password)
override String releaseMajorMinorString()
virtual void warning1(OdResult warningOb, OdDbObjectId objectId)
virtual void warning(string warnVisGroup, OdResult warningOb, OdDbObjectId objectId)
virtual OdStreamBuf getHistoryFile(OdDbDatabase arg0)
virtual void warning3(string warnVisGroup, OdError err)
virtual String fixName(OdDbSymbolTableRecord pRecord)
virtual OdPwdCache getPasswordCache()
virtual void getThumbSize(out uint nWidth, out uint nHeight)
override bool getSystemFontFolders(OdStringArray aDirs)
virtual OdDbPageController newPageController()
override void collectFilePathsInDirectory(OdStringArray res, String sPath, String sFilter)
virtual bool getPassword(String dwgName, bool isXref, ref string password)
virtual void warning2(OdError err)
override String getPreferableFont(String fontName, OdFontType fontType)
override String getSubstituteFontByChar(OdFont pFont, char unicodeChar, OdRxObject pDb)
virtual OdDbPlotSettingsValidator plotSettingsValidator()
override OdGsDevice gsBitmapDevice()
override String findFile(String filename, OdRxObject pDb, OdDbBaseHostAppServices.FindFileHint hint)
override void auditPrintReport(OdAuditInfo pAuditInfo, String strLine, int printDest)
static global::System.Exception Retrieve()
static void ExHostAppServices_stop(HandleRef jarg1)
static void ExHostAppServices_setPrefix(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void ExHostAppServices_startSwigExplicitExHostAppServices__SWIG_1(HandleRef jarg1)
static void ExHostAppServices_releaseProgressMeter(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void ExHostAppServices_disableOutput(HandleRef jarg1, bool jarg2)
static void ExHostAppServices_startSwigExplicitExHostAppServices__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static IntPtr ExHostAppServices_patternManagerSwigExplicitExHostAppServices(HandleRef jarg1)
static void ExHostAppServices_setLimitSwigExplicitExHostAppServices(HandleRef jarg1, int jarg2)
static void delete_ExHostAppServices(HandleRef jarg1)
static string ExHostAppServices_getRealClassName(IntPtr jarg1)
static IntPtr ExHostAppServices_readFile(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3, bool jarg4, int jarg5, [MarshalAs(UnmanagedType.LPWStr)]String jarg6)
static void ExHostAppServices_stopSwigExplicitExHostAppServices(HandleRef jarg1)
static IntPtr ExHostAppServices_readFileSwigExplicitExHostAppServices(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3, bool jarg4, int jarg5, [MarshalAs(UnmanagedType.LPWStr)]String jarg6)
static void ExHostAppServices_start__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void ExHostAppServices_setLimit(HandleRef jarg1, int jarg2)
static void ExHostAppServices_meterProgressSwigExplicitExHostAppServices(HandleRef jarg1)
static void ExHostAppServices_meterProgress(HandleRef jarg1)
static void ExHostAppServices_releaseProgressMeterSwigExplicitExHostAppServices(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr ExHostAppServices_patternManager(HandleRef jarg1)
static void ExHostAppServices_start__SWIG_1(HandleRef jarg1)
static global::System.IntPtr ExHostAppServices_newProgressMeter(HandleRef jarg1)
static global::System.IntPtr ExHostAppServices_newProgressMeterSwigExplicitExHostAppServices(HandleRef jarg1)
static void ExHostAppServices_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ExHostAppServices.SwigDelegateExHostAppServices_0 delegate0, ExHostAppServices.SwigDelegateExHostAppServices_1 delegate1, ExHostAppServices.SwigDelegateExHostAppServices_2 delegate2, ExHostAppServices.SwigDelegateExHostAppServices_3 delegate3, ExHostAppServices.SwigDelegateExHostAppServices_4 delegate4, ExHostAppServices.SwigDelegateExHostAppServices_5 delegate5, ExHostAppServices.SwigDelegateExHostAppServices_6 delegate6, ExHostAppServices.SwigDelegateExHostAppServices_7 delegate7, ExHostAppServices.SwigDelegateExHostAppServices_8 delegate8, ExHostAppServices.SwigDelegateExHostAppServices_9 delegate9, ExHostAppServices.SwigDelegateExHostAppServices_10 delegate10, ExHostAppServices.SwigDelegateExHostAppServices_11 delegate11, ExHostAppServices.SwigDelegateExHostAppServices_12 delegate12, ExHostAppServices.SwigDelegateExHostAppServices_13 delegate13, ExHostAppServices.SwigDelegateExHostAppServices_14 delegate14, ExHostAppServices.SwigDelegateExHostAppServices_15 delegate15, ExHostAppServices.SwigDelegateExHostAppServices_16 delegate16, ExHostAppServices.SwigDelegateExHostAppServices_17 delegate17, ExHostAppServices.SwigDelegateExHostAppServices_18 delegate18, ExHostAppServices.SwigDelegateExHostAppServices_19 delegate19, ExHostAppServices.SwigDelegateExHostAppServices_20 delegate20, ExHostAppServices.SwigDelegateExHostAppServices_21 delegate21, ExHostAppServices.SwigDelegateExHostAppServices_22 delegate22, ExHostAppServices.SwigDelegateExHostAppServices_23 delegate23, ExHostAppServices.SwigDelegateExHostAppServices_24 delegate24, ExHostAppServices.SwigDelegateExHostAppServices_25 delegate25, ExHostAppServices.SwigDelegateExHostAppServices_26 delegate26, ExHostAppServices.SwigDelegateExHostAppServices_27 delegate27, ExHostAppServices.SwigDelegateExHostAppServices_28 delegate28, ExHostAppServices.SwigDelegateExHostAppServices_29 delegate29, ExHostAppServices.SwigDelegateExHostAppServices_30 delegate30, ExHostAppServices.SwigDelegateExHostAppServices_31 delegate31, ExHostAppServices.SwigDelegateExHostAppServices_32 delegate32, ExHostAppServices.SwigDelegateExHostAppServices_33 delegate33, ExHostAppServices.SwigDelegateExHostAppServices_34 delegate34, ExHostAppServices.SwigDelegateExHostAppServices_35 delegate35, ExHostAppServices.SwigDelegateExHostAppServices_36 delegate36, ExHostAppServices.SwigDelegateExHostAppServices_37 delegate37, ExHostAppServices.SwigDelegateExHostAppServices_38 delegate38, ExHostAppServices.SwigDelegateExHostAppServices_39 delegate39, ExHostAppServices.SwigDelegateExHostAppServices_40 delegate40, ExHostAppServices.SwigDelegateExHostAppServices_41 delegate41, ExHostAppServices.SwigDelegateExHostAppServices_42 delegate42, ExHostAppServices.SwigDelegateExHostAppServices_43 delegate43, ExHostAppServices.SwigDelegateExHostAppServices_44 delegate44, ExHostAppServices.SwigDelegateExHostAppServices_45 delegate45, ExHostAppServices.SwigDelegateExHostAppServices_46 delegate46, ExHostAppServices.SwigDelegateExHostAppServices_47 delegate47, ExHostAppServices.SwigDelegateExHostAppServices_48 delegate48, ExHostAppServices.SwigDelegateExHostAppServices_49 delegate49, ExHostAppServices.SwigDelegateExHostAppServices_50 delegate50, ExHostAppServices.SwigDelegateExHostAppServices_51 delegate51, ExHostAppServices.SwigDelegateExHostAppServices_52 delegate52, ExHostAppServices.SwigDelegateExHostAppServices_53 delegate53, ExHostAppServices.SwigDelegateExHostAppServices_54 delegate54, ExHostAppServices.SwigDelegateExHostAppServices_55 delegate55, ExHostAppServices.SwigDelegateExHostAppServices_56 delegate56, ExHostAppServices.SwigDelegateExHostAppServices_57 delegate57, ExHostAppServices.SwigDelegateExHostAppServices_58 delegate58, ExHostAppServices.SwigDelegateExHostAppServices_59 delegate59, ExHostAppServices.SwigDelegateExHostAppServices_60 delegate60, ExHostAppServices.SwigDelegateExHostAppServices_61 delegate61, ExHostAppServices.SwigDelegateExHostAppServices_62 delegate62, ExHostAppServices.SwigDelegateExHostAppServices_63 delegate63, ExHostAppServices.SwigDelegateExHostAppServices_64 delegate64, ExHostAppServices.SwigDelegateExHostAppServices_65 delegate65, ExHostAppServices.SwigDelegateExHostAppServices_66 delegate66, ExHostAppServices.SwigDelegateExHostAppServices_67 delegate67, ExHostAppServices.SwigDelegateExHostAppServices_68 delegate68, ExHostAppServices.SwigDelegateExHostAppServices_69 delegate69, ExHostAppServices.SwigDelegateExHostAppServices_70 delegate70, ExHostAppServices.SwigDelegateExHostAppServices_71 delegate71, ExHostAppServices.SwigDelegateExHostAppServices_72 delegate72, ExHostAppServices.SwigDelegateExHostAppServices_73 delegate73, ExHostAppServices.SwigDelegateExHostAppServices_74 delegate74, ExHostAppServices.SwigDelegateExHostAppServices_75 delegate75, ExHostAppServices.SwigDelegateExHostAppServices_76 delegate76)