コード例 #1
0
 public MemoryMapImageLoadRegionField(MEMORY_MAP_IMAGE_LOAD_REGION_FIELD field)
 {
     Name             = field.name;
     Data             = field.data;
     Execution_Region = new List <MemoryMapImageExecutionRegionField>(field.execution_region.Count);
     foreach (MEMORY_MAP_IMAGE_EXECUTION_REGION_FIELD f in field.execution_region)
     {
         Execution_Region.Add(new MemoryMapImageExecutionRegionField(f));
     }
 }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MEMORY_MAP_IMAGE_LOAD_REGION_FIELD obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }