C# 클래스 SharpDisasm.Helpers.AssemblyCode

파일 보기 프로젝트 열기: spazzarama/SharpDisasm

공개 메소드들

메소드 설명
Copy ( IAssemblyCode source, int offset, int length ) : IAssemblyCode

Copies the specified source.

CopyToBytes ( IAssemblyCode source, int offset, int length ) : byte[]

Copies to bytes.

메소드 상세

Copy() 공개 정적인 메소드

Copies the specified source.
public static Copy ( IAssemblyCode source, int offset, int length ) : IAssemblyCode
source IAssemblyCode The source.
offset int The offset.
length int The length.
리턴 IAssemblyCode

CopyToBytes() 공개 정적인 메소드

Copies to bytes.
public static CopyToBytes ( IAssemblyCode source, int offset, int length ) : byte[]
source IAssemblyCode The source.
offset int The offset.
length int The length.
리턴 byte[]