C# Class Microsoft.Iot.IotCoreAppDeployment.DeploymentWorker

Mostra file Open project: ms-iot/iot-utilities Class Usage Examples

Public Methods

Method Description
Execute ( string args, Stream outputStream ) : bool
OutputMessage ( string message ) : void

Private Methods

Method Description
AddCapabilitiesToAppxManifest ( IProject project ) : bool
BuildProjectAsync ( IProjectWithCustomBuild project ) : Task
CallMakeAppx ( string makeAppxCmd, string mapFile, string outputAppx ) : bool
ConvertTargetNameToIp ( ) : bool
CopyArtifacts ( string outputAppx, string appxFilename, string outputCer, string cerFilename, ReadOnlyCollection dependencies ) : bool
CopyBaseTemplateContents ( ITemplate template ) : bool
CopyDependencyAppxFiles ( ReadOnlyCollection dependencies, string artifactsFolder ) : bool
CopyFileAndValidate ( string from, string to ) : bool
CopyProjectFiles ( IProject project ) : bool
CreateAndDeployApp ( ) : bool
CreateAppx ( ITemplate template, IProject project, string makeAppxCmd, string outputAppx ) : bool
CreateAppxMapFile ( ITemplate template, IProject project, string mapFile ) : bool
CreateCertFromPfx ( string powershellCmd, string pfxFile, string outputCer ) : bool
CreateCommandLineParser ( ) : void
DeployAppx ( string outputAppx, string outputCer, ReadOnlyCollection dependencies, string dependencyFolder, string identityName ) : HttpStatusCode
DeploymentWorker ( Stream outputStream ) : System
ExecuteExternalProcess ( string executableFileName, string arguments, string logFileName ) : void
GetSdkVersionFromString ( string sdk ) : SdkVersion
GuardTargetName ( ) : bool
HandleSdkVersionFromCommandLine ( string value ) : void
HandleUnauthenticatedDeployAppx ( string outputAppx, string outputCer, ReadOnlyCollection dependencies, string dependencyFolder, string identityName ) : bool
NotifyThatMakeAppxOrSignToolNotFound ( ) : void
SignAppx ( string signToolCmd, string outputAppx, string pfxFile ) : bool
SpecializeAppxManifest ( IProject project ) : bool
getMachineId ( ) : string

Method Details

Execute() public static method

public static Execute ( string args, Stream outputStream ) : bool
args string
outputStream Stream
return bool

OutputMessage() public method

public OutputMessage ( string message ) : void
message string
return void