C# Class Mosa.Compiler.Linker.LinkRequest

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

Méthodes publiques

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

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

ToString() public méthode

public ToString ( ) : string
Résultat string