Beispiel #1
0
 internal DebugReportCallbackCreateInfoExt(Interop.DebugReportCallbackCreateInfoExt* ptr)
 {
     m = ptr;
     Initialize ();
 }
Beispiel #2
0
 public DebugReportCallbackCreateInfoExt()
 {
     m = (Interop.DebugReportCallbackCreateInfoExt*) Interop.Structure.Allocate (typeof (Interop.DebugReportCallbackCreateInfoExt));
     Initialize ();
 }