C# Class Devkit.BinaryResourcePlugin.BinaryFileLabel

Inheritance: ICompilerScopeObject, IMemoryMapped, ISourceReferenced
显示文件 Open project: kierenj/0x10c-DevKit

Public Methods

Method Description
BinaryFileLabel ( string name, LabelInstruction label, SourceReference sourceRef ) : System
GetSize ( CompileToolContext context ) : int

Method Details

BinaryFileLabel() public method

public BinaryFileLabel ( string name, LabelInstruction label, SourceReference sourceRef ) : System
name string
label LabelInstruction
sourceRef SourceReference
return System

GetSize() public method

public GetSize ( CompileToolContext context ) : int
context CompileToolContext
return int