C# Class Microsoft.Iot.IotCoreTemplateProvider.CppBackgroundApplicationTemplate

Inheritance: ITemplate
Mostra file Open project: ms-iot/iot-utilities

Public Methods

Method Description
GetAppxMapContents ( Collection resourceMetadata, Collection files, string outputFolder ) : bool
GetBaseProjectType ( ) : IBaseProjectTypes
GetTemplateContents ( ) : ReadOnlyCollection

Private Methods

Method Description
TemplateFileFromResources ( string fileName ) : FileStreamInfo

Method Details

GetAppxMapContents() public method

public GetAppxMapContents ( Collection resourceMetadata, Collection files, string outputFolder ) : bool
resourceMetadata Collection
files Collection
outputFolder string
return bool

GetBaseProjectType() public method

public GetBaseProjectType ( ) : IBaseProjectTypes
return IBaseProjectTypes

GetTemplateContents() public method

public GetTemplateContents ( ) : ReadOnlyCollection
return ReadOnlyCollection