Interface ITlbGenDotnetDll
Generator .NET DLL files from TLB
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface ITlbGenDotnetDll : IManager
Methods
Generate(string, string, Dictionary<string, string>)
Generator .NET DLL files from TLB
Declaration
bool Generate(string tlbFile, string resultFilePath, Dictionary<string, string> generateParams)
Parameters
Type | Name | Description |
---|---|---|
string | tlbFile | TLB-file |
string | resultFilePath | Full path including name of new file |
System.Collections.Generic.Dictionary<,><string, string> | generateParams | Specific params of generating |
Returns
Type | Description |
---|---|
bool |