public virtual void Dispose() { AkRamp ramp = this; lock (ramp) { if (this.swigCPtr != IntPtr.Zero) { if (this.swigCMemOwn) { this.swigCMemOwn = false; AkSoundEnginePINVOKE.CSharp_delete_AkRamp(this.swigCPtr); } this.swigCPtr = IntPtr.Zero; } GC.SuppressFinalize(this); } }
internal static IntPtr getCPtr(AkRamp obj) { return((obj == null) ? IntPtr.Zero : obj.swigCPtr); }
internal static global::System.IntPtr getCPtr(AkRamp obj) { return((obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr); }
internal static IntPtr getCPtr(AkRamp obj) { return (obj == null) ? IntPtr.Zero : obj.swigCPtr; }
internal static IntPtr getCPtr(AkRamp obj) { return((obj != null) ? obj.swigCPtr : IntPtr.Zero); }