C# Class Mosa.Compiler.Linker.LinkRequest

Represents a linking request to the assembly linker.
Exibir arquivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
LinkRequest ( LinkType linkType, Mosa.Compiler.Linker.PatchType patchType, LinkerSymbol patchSymbol, int patchOffset, LinkerSymbol referenceSymbol, int referenceOffset ) : System.Diagnostics

Initializes a new instance of LinkRequest.

ToString ( ) : string

Method Details

LinkRequest() public method

Initializes a new instance of LinkRequest.
public LinkRequest ( LinkType linkType, Mosa.Compiler.Linker.PatchType patchType, LinkerSymbol patchSymbol, int patchOffset, LinkerSymbol referenceSymbol, int referenceOffset ) : System.Diagnostics
linkType LinkType Type of the link.
patchType Mosa.Compiler.Linker.PatchType Type of the patch.
patchSymbol LinkerSymbol The patch symbol.
patchOffset int The patch offset.
referenceSymbol LinkerSymbol The reference symbol.
referenceOffset int The reference offset.
return System.Diagnostics

ToString() public method

public ToString ( ) : string
return string