HoloToolkit.Sharing.Session.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( Session obj ) : global::System.Runtime.InteropServices.HandleRef
obj Session
return global::System.Runtime.InteropServices.HandleRef
  internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Session obj) {
    return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
  }