Свойство | Type | Description | |
---|---|---|---|
LogInstallStep | void | ||
PrintException | string | ||
PrintTypeLoadError | void |
Méthode | Description | |
---|---|---|
GetVerb ( InstallStepCategory category, string stepName, bool probe, bool overwrite, bool userModified ) : string | ||
LogException ( |
||
LogException ( |
||
LogMessage ( string message ) : void | ||
LogTitle ( string title ) : void | ||
LogWarningMessage ( string message ) : void |
Méthode | Description | |
---|---|---|
LogInstallStep ( InstallStepCategory category, string stepName, string resourceName, string targetName, bool probe, bool overwrite, bool userModified, object previousState ) : void | ||
PrintException ( |
||
PrintTypeLoadError ( System exc, StringBuilder sb ) : void |
public static GetVerb ( InstallStepCategory category, string stepName, bool probe, bool overwrite, bool userModified ) : string | ||
category | InstallStepCategory | |
stepName | string | |
probe | bool | |
overwrite | bool | |
userModified | bool | |
Résultat | string |
public static LogException ( |
||
e | ||
Résultat | void |
public static LogException ( |
||
e | ||
prefix | string | |
Résultat | void |
public static LogMessage ( string message ) : void | ||
message | string | |
Résultat | void |
public static LogTitle ( string title ) : void | ||
title | string | |
Résultat | void |
public static LogWarningMessage ( string message ) : void | ||
message | string | |
Résultat | void |