Свойство | Type | Description | |
---|---|---|---|
AddJumpToEntryPoint | void | ||
GetEntryPointLabel | string | ||
ReplaceLabels | void |
Méthode | Description | |
---|---|---|
AddObjectFile ( IEnumerable |
Creates a new ObjectFile with the parts provided
|
|
AddRange ( IEnumerable |
||
BuildProgram ( ) : List |
||
GetObjectFileEntryPointAddress ( System.Guid objectFileId ) : int |
Méthode | Description | |
---|---|---|
AddEndOfProgram ( |
||
AddInitializationCode ( |
||
BuildBoilerplateLoader ( ) : IEnumerable |
Méthode | Description | |
---|---|---|
AddJumpToEntryPoint ( |
||
GetEntryPointLabel ( |
||
ReplaceLabels ( List |
protected AddEndOfProgram ( |
||
linkedObject | ||
isMainProgram | bool | |
Résultat | void |
protected AddInitializationCode ( |
||
linkedObject | ||
part | ||
Résultat | void |
public AddObjectFile ( IEnumerable |
||
parts | IEnumerable |
Collection of CodeParts generated by the compiler |
Résultat | System.Guid |
public AddRange ( IEnumerable |
||
parts | IEnumerable |
|
Résultat | void |
protected BuildBoilerplateLoader ( ) : IEnumerable |
||
Résultat | IEnumerable |
public GetObjectFileEntryPointAddress ( System.Guid objectFileId ) : int | ||
objectFileId | System.Guid | |
Résultat | int |