Exemple #1
0
 /// <summary>
 /// Create the debugger view
 /// </summary>
 ///
 /// <param name="ptr">
 /// The object to provide a debugger view for
 /// </param>
 public NativeIntPtrDebugView(NativeIntPtr ptr)
 {
     m_Ptr = ptr;
 }
Exemple #2
0
 /// <summary>
 /// Create the debugger view
 /// </summary>
 ///
 /// <param name="ptr">
 /// The object to provide a debugger view for
 /// </param>
 public NativePerJobThreadIntPtrDebugView(NativeIntPtr ptr)
 {
     this.ptr = ptr;
 }
 /// <summary>
 /// Create the debugger view
 /// </summary>
 ///
 /// <param name="ptr">
 /// The object to provide a debugger view for
 /// </param>
 public NativeIntPtrDebugView(NativeIntPtr ptr)
 {
     this.ptr = ptr;
 }