Class TlbGenDotnetDllTlbImpProps
Properties for generator pas-files from tlb
Inheritance
object
TlbGenDotnetDllTlbImpProps
Namespace: BuildSystem.TlbGenDotnetDll.TlbImp
Assembly: BuildSystem.ProjectList.dll
Syntax
public class TlbGenDotnetDllTlbImpProps : TlbGenDotnetDllProps, ITlbGenDotnetDllProps, IManagerProp
Constructors
TlbGenDotnetDllTlbImpProps()
Container of properties for classes implementing ITlbGenPas
Declaration
public TlbGenDotnetDllTlbImpProps()
TlbGenDotnetDllTlbImpProps(IManagerProp)
Declaration
public TlbGenDotnetDllTlbImpProps(IManagerProp source)
Parameters
Fields
NodeTlbImpPath
Node key in JSON with properties - value for TlbImpPath
Declaration
public const string NodeTlbImpPath = "tlbimp_path"
Field Value
Properties
TlbImpPath
Full path to tlbimp.exe in Windows SDK
Declaration
public string TlbImpPath { get; set; }
Property Value
Methods
ApplyConstants(IDictionaryStringString)
Declaration
public override void ApplyConstants(IDictionaryStringString constants)
Parameters
Overrides
Clone()
Declaration
public override IManagerProp Clone()
Returns
Overrides
Copy(IManagerProp)
Declaration
public override void Copy(IManagerProp source)
Parameters
Overrides
EmptyValues()
Declaration
public override void EmptyValues()
Overrides
Update(string, string)
Declaration
public override void Update(string jsonInfo, string relativeDir)
Parameters
Type |
Name |
Description |
string |
jsonInfo |
|
string |
relativeDir |
|
Overrides
Implements