C# 클래스 Hawkeye.DecompilePlugin.BaseDecompilerController.CopyDataStruct

파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 프로퍼티들

프로퍼티 타입 설명
Buffer System.IntPtr
Padding System.IntPtr
Size int

공개 메소드들

메소드 설명
CopyDataStruct ( IntPtr padding, int size, IntPtr buffer ) : System

메소드 상세

CopyDataStruct() 공개 메소드

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

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public IntPtr,System Buffer
리턴 System.IntPtr

Padding 공개적으로 프로퍼티

public IntPtr,System Padding
리턴 System.IntPtr

Size 공개적으로 프로퍼티

public int Size
리턴 int