C# 클래스 Devkit.BinaryResourcePlugin.BinaryFileDataInstruction

상속: Instruction
파일 보기 프로젝트 열기: kierenj/0x10c-DevKit

공개 메소드들

메소드 설명
BinaryFileDataInstruction ( string filename, IEnumerable sourceRefs ) : System
GetRelocatableWordIndices ( CompileToolContext context ) : IEnumerable
GetSize ( CompileToolContext context ) : int
GetWords ( CompileToolContext context ) : ushort[]

비공개 메소드들

메소드 설명
ReadBytes ( ) : IEnumerable

메소드 상세

BinaryFileDataInstruction() 공개 메소드

public BinaryFileDataInstruction ( string filename, IEnumerable sourceRefs ) : System
filename string
sourceRefs IEnumerable
리턴 System

GetRelocatableWordIndices() 공개 메소드

public GetRelocatableWordIndices ( CompileToolContext context ) : IEnumerable
context CompileToolContext
리턴 IEnumerable

GetSize() 공개 메소드

public GetSize ( CompileToolContext context ) : int
context CompileToolContext
리턴 int

GetWords() 공개 메소드

public GetWords ( CompileToolContext context ) : ushort[]
context CompileToolContext
리턴 ushort[]