C# Class Hawkeye.DecompilePlugin.BaseDecompilerController.CopyDataStruct

Show file Open project: odalet/Hawkeye2

Public Properties

Property Type Description
Buffer System.IntPtr
Padding System.IntPtr
Size int

Public Methods

Method Description
CopyDataStruct ( IntPtr padding, int size, IntPtr buffer ) : System

Method Details

CopyDataStruct() public method

public CopyDataStruct ( IntPtr padding, int size, IntPtr buffer ) : System
padding System.IntPtr
size int
buffer System.IntPtr
return System

Property Details

Buffer public property

public IntPtr,System Buffer
return System.IntPtr

Padding public property

public IntPtr,System Padding
return System.IntPtr

Size public property

public int Size
return int