C# Class SharpDisasm.Helpers.AssemblyCode

Afficher le fichier Open project: spazzarama/SharpDisasm

Méthodes publiques

Méthode 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 méthode

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.
Résultat IAssemblyCode

CopyToBytes() public static méthode

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.
Résultat byte[]