Class Program
Inheritance
object
Program
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Tests
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Tests.dll
Syntax
public class Program
Constructors
Program()
Declaration
public Program()
Methods
CreateHostBuilder(string[])
Declaration
public static IHostBuilder CreateHostBuilder(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args |
Returns
| Type | Description |
|---|---|
| Microsoft.Extensions.Hosting.IHostBuilder |
Main(string[])
Declaration
public static void Main(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args |