C# 클래스 Microsoft.Iot.IotCoreAppDeployment.DeploymentWorker

파일 보기 프로젝트 열기: ms-iot/iot-utilities 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( string args, Stream outputStream ) : bool
OutputMessage ( string message ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Execute() 공개 정적인 메소드

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

OutputMessage() 공개 메소드

public OutputMessage ( string message ) : void
message string
리턴 void