C# Class Monobjc.MSBuild.Tasks.EmbedApplication

Inheritance: Microsoft.Build.Utilities.Task
ファイルを表示 Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description
GetAssemblies List

Public Methods

Method Description
EmbedApplication ( ) : System

Initializes a new instance of the Monobjc.MSBuild.Tasks.EmbedApplication class.

Execute ( ) : bool

Executes the task.

Private Methods

Method Description
GetAssemblies ( ) : List

Gets all assemblies to embed.

Method Details

EmbedApplication() public method

Initializes a new instance of the Monobjc.MSBuild.Tasks.EmbedApplication class.
public EmbedApplication ( ) : System
return System

Execute() public method

Executes the task.
public Execute ( ) : bool
return bool