C# Class SharpDisasm.Helpers.AssemblyCode

Mostrar archivo Open project: spazzarama/SharpDisasm

Public Methods

Method Description
Copy ( IAssemblyCode source, int offset, int length ) : IAssemblyCode

Copies the specified source.

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

Copies to bytes.

Method Details

Copy() public static method

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.
return IAssemblyCode

CopyToBytes() public static method

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.
return byte[]