DefaultTemplateEngineHost Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DefaultTemplateEngineHost(String, String)
public DefaultTemplateEngineHost(string hostIdentifier, string version);
new Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost : string * string -> Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost
Public Sub New (hostIdentifier As String, version As String)
Parameters
- hostIdentifier
- String
- version
- String
Applies to
DefaultTemplateEngineHost(String, String, Dictionary<String,String>)
public DefaultTemplateEngineHost(string hostIdentifier, string version, System.Collections.Generic.Dictionary<string,string> defaults);
public DefaultTemplateEngineHost(string hostIdentifier, string version, System.Collections.Generic.Dictionary<string,string>? defaults);
new Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost : string * string * System.Collections.Generic.Dictionary<string, string> -> Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost
Public Sub New (hostIdentifier As String, version As String, defaults As Dictionary(Of String, String))
Parameters
- hostIdentifier
- String
- version
- String
- defaults
- Dictionary<String,String>
Applies to
DefaultTemplateEngineHost(String, String, Dictionary<String,String>, IReadOnlyList<String>)
public DefaultTemplateEngineHost(string hostIdentifier, string version, System.Collections.Generic.Dictionary<string,string> defaults, System.Collections.Generic.IReadOnlyList<string> fallbackHostTemplateConfigNames);
new Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost : string * string * System.Collections.Generic.Dictionary<string, string> * System.Collections.Generic.IReadOnlyList<string> -> Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost
Public Sub New (hostIdentifier As String, version As String, defaults As Dictionary(Of String, String), fallbackHostTemplateConfigNames As IReadOnlyList(Of String))
Parameters
- hostIdentifier
- String
- version
- String
- defaults
- Dictionary<String,String>
- fallbackHostTemplateConfigNames
- IReadOnlyList<String>
Applies to
DefaultTemplateEngineHost(String, String, Dictionary<String,String>, IReadOnlyList<ValueTuple<Type,IIdentifiedComponent>>)
public DefaultTemplateEngineHost(string hostIdentifier, string version, System.Collections.Generic.Dictionary<string,string> defaults, System.Collections.Generic.IReadOnlyList<(Type InterfaceType, Microsoft.TemplateEngine.Abstractions.IIdentifiedComponent Instance)> builtIns);
public DefaultTemplateEngineHost(string hostIdentifier, string version, System.Collections.Generic.Dictionary<string,string>? defaults, System.Collections.Generic.IReadOnlyList<(Type InterfaceType, Microsoft.TemplateEngine.Abstractions.IIdentifiedComponent Instance)>? builtIns);
new Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost : string * string * System.Collections.Generic.Dictionary<string, string> * System.Collections.Generic.IReadOnlyList<ValueTuple<Type, Microsoft.TemplateEngine.Abstractions.IIdentifiedComponent>> -> Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost
Public Sub New (hostIdentifier As String, version As String, defaults As Dictionary(Of String, String), builtIns As IReadOnlyList(Of ValueTuple(Of Type, IIdentifiedComponent)))
Parameters
- hostIdentifier
- String
- version
- String
- defaults
- Dictionary<String,String>
- builtIns
- IReadOnlyList<ValueTuple<Type,IIdentifiedComponent>>
Applies to
DefaultTemplateEngineHost(String, String, Dictionary<String,String>, IReadOnlyList<ValueTuple<Type,IIdentifiedComponent>>, IReadOnlyList<String>)
public DefaultTemplateEngineHost(string hostIdentifier, string version, System.Collections.Generic.Dictionary<string,string> defaults, System.Collections.Generic.IReadOnlyList<(Type InterfaceType, Microsoft.TemplateEngine.Abstractions.IIdentifiedComponent Instance)> builtIns, System.Collections.Generic.IReadOnlyList<string> fallbackHostTemplateConfigNames);
public DefaultTemplateEngineHost(string hostIdentifier, string version, System.Collections.Generic.Dictionary<string,string>? defaults, System.Collections.Generic.IReadOnlyList<(Type InterfaceType, Microsoft.TemplateEngine.Abstractions.IIdentifiedComponent Instance)>? builtIns, System.Collections.Generic.IReadOnlyList<string>? fallbackHostTemplateConfigNames);
new Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost : string * string * System.Collections.Generic.Dictionary<string, string> * System.Collections.Generic.IReadOnlyList<ValueTuple<Type, Microsoft.TemplateEngine.Abstractions.IIdentifiedComponent>> * System.Collections.Generic.IReadOnlyList<string> -> Microsoft.TemplateEngine.Utils.DefaultTemplateEngineHost
Public Sub New (hostIdentifier As String, version As String, defaults As Dictionary(Of String, String), builtIns As IReadOnlyList(Of ValueTuple(Of Type, IIdentifiedComponent)), fallbackHostTemplateConfigNames As IReadOnlyList(Of String))
Parameters
- hostIdentifier
- String
- version
- String
- defaults
- Dictionary<String,String>
- builtIns
- IReadOnlyList<ValueTuple<Type,IIdentifiedComponent>>
- fallbackHostTemplateConfigNames
- IReadOnlyList<String>