Interface ITlbGenBpl
Convert .TLB file into .BPL
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface ITlbGenBpl : IManager
Methods
Generate(string, string, Dictionary<string, string>)
Generator new file from tlb
Declaration
bool Generate(string tlbFile, string resultFilePath, Dictionary<string, string> generateParams)
Parameters
Type | Name | Description |
---|---|---|
string | tlbFile | TLB-file |
string | resultFilePath | Result file name (if path is not set - will read from anywhere else if can) |
System.Collections.Generic.Dictionary<,><string, string> | generateParams | Specific params of generating |
Returns
Type | Description |
---|---|
bool |