C# Class Microsoft.Iot.Python.PythonProject

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

Private Properties

Property Type Description
FileFromResources Microsoft.Iot.IotCoreAppProjectExtensibility.FileStreamInfo

Public Methods

Method Description
GetAppxContentChanges ( ) : ReadOnlyCollection
GetAppxContents ( ) : ReadOnlyCollection
GetAppxMapContents ( Collection resourceMetadata, Collection files, string outputFolder ) : bool
GetBaseProjectType ( ) : IBaseProjectTypes
GetCapabilities ( ) : ReadOnlyCollection
GetDependencies ( Collection availableDependencyProviders ) : ReadOnlyCollection
IsSourceSupported ( string source ) : bool

Private Methods

Method Description
FileFromResources ( string fileName ) : FileStreamInfo

Method Details

GetAppxContentChanges() public method

public GetAppxContentChanges ( ) : ReadOnlyCollection
return ReadOnlyCollection

GetAppxContents() public method

public GetAppxContents ( ) : ReadOnlyCollection
return ReadOnlyCollection

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

GetCapabilities() public method

public GetCapabilities ( ) : ReadOnlyCollection
return ReadOnlyCollection

GetDependencies() public method

public GetDependencies ( Collection availableDependencyProviders ) : ReadOnlyCollection
availableDependencyProviders Collection
return ReadOnlyCollection

IsSourceSupported() public method

public IsSourceSupported ( string source ) : bool
source string
return bool