14using System.Runtime.InteropServices;
16public class OdGUID : global::System.IDisposable {
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdGUID(IntPtr cPtr,
bool cMemoryOwn) {
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
52 private Object locker =
new Object();
53 private HandleRef swigCPtr;
55 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
58 swigCPtr =
new HandleRef(
this, cPtr);
60 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
62 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
71 global::System.GC.SuppressFinalize(
this);
74 protected virtual void Dispose(
bool disposing) {
76 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
81 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
103 OdGUID ret = (cPtr == global::System.IntPtr.Zero) ?
null :
new OdGUID(cPtr,
false);
117 public OdGUID(UInt32 arg0, UInt16 arg1, UInt16 arg2,
byte arg3,
byte arg4,
byte arg5,
byte arg6,
byte arg7,
byte arg8,
byte arg9,
byte arg10) : this(
GlobalsPINVOKE.new_OdGUID__SWIG_2(arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg10 ), true) {
static global::System.Exception Retrieve()
static String OdGUID_toString__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void delete_OdGUID(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGUID_setGUIDdata(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2, UInt16 jarg3, UInt16 jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static String OdGUID_toString__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGUID_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGUID_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGUID_kNull_get()
static void delete_OdGUID_StringFormat(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGUID_Assign__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static global::System.IntPtr OdGUID_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
bool IsNotEqual(OdGUID arg0)
OdGUID Assign(OdGUID other)
bool IsEqual(OdGUID arg0)
OdGUID(UInt32 arg0, UInt16 arg1, UInt16 arg2, byte arg3, byte arg4, byte arg5, byte arg6, byte arg7, byte arg8, byte arg9, byte arg10)
OdGUID Assign(String other)
void setGUIDdata(UInt32 arg0, UInt16 arg1, UInt16 arg2, SWIGTYPE_p_a_0x8__unsigned_char arg3)
OdGUID(IntPtr cPtr, bool cMemoryOwn)
String toString(OdGUID.StringFormat.Enum format)
static HandleRef getCPtr(OdGUID obj)
virtual void Dispose(bool disposing)