Метод | Описание | |
---|---|---|
Copy ( IAssemblyCode source, int offset, int length ) : IAssemblyCode |
Copies the specified source.
|
|
CopyToBytes ( IAssemblyCode source, int offset, int length ) : byte[] |
Copies to bytes.
|
public static Copy ( IAssemblyCode source, int offset, int length ) : IAssemblyCode | ||
source | IAssemblyCode | The source. |
offset | int | The offset. |
length | int | The length. |
Результат | IAssemblyCode |
public static CopyToBytes ( IAssemblyCode source, int offset, int length ) : byte[] | ||
source | IAssemblyCode | The source. |
offset | int | The offset. |
length | int | The length. |
Результат | byte[] |