C# Class UnrealBuildTool.FBuild.BuildComponents.Linker

Datei anzeigen Open project: ClxS/FASTBuild-UE4 Class Usage Examples

Public Properties

Property Type Description
Type CompilerTypes

Public Methods

Method Description
IsKnownLinker ( string args ) : bool
Linker ( string execPath ) : System

Private Methods

Method Description
LocaliseLinkerPath ( ) : void

Method Details

IsKnownLinker() public static method

public static IsKnownLinker ( string args ) : bool
args string
return bool

Linker() public method

public Linker ( string execPath ) : System
execPath string
return System

Property Details

Type public_oe property

public CompilerTypes Type
return CompilerTypes