Свойство | Тип | Описание | |
---|---|---|---|
CodeGuard | System | ||
CopyFilesFromDirectory | bool | ||
CopyFilesFromDirectory | bool | ||
CopyFilesFromDirectory | bool | ||
DoCodeGuard | bool | ||
DoCodeGuardAndroidBuild | bool | ||
DoCodeGuardWebPlayerBuild | bool | ||
DoCodeGuardiOSBuild | bool | ||
InitProfiles | void | ||
LoadAssembliesSetting | void | ||
LoadExcludedMethods | void | ||
LoadSelectTypes | void | ||
LoadSkipTypes | void | ||
MidCodeGuarding | void | ||
OnPostprocessBuildPlayer | void | ||
SetProfile | void |
Метод | Описание | |
---|---|---|
CodeGuardSetupSettings ( ) : CodeGuardSetup | ||
DoCodeGuardAssembly ( string assemblyPath, bool createBackup ) : bool | ||
DoCodeGuardFolder ( string folderPath ) : void | ||
DoCodeGuardFolder ( string folderPath, bool createBackup ) : void | ||
GetProfile ( ) : int | ||
LoadCodeGuardSettings ( ) : void | ||
SaveAssembliesSetting ( ) : void | ||
SaveExcludedMethods ( ) : void | ||
SaveSelectTypes ( ) : void | ||
SaveSkipTypes ( ) : void | ||
SetProfile ( int index ) : void |
Метод | Описание | |
---|---|---|
CodeGuard ( ) : System | ||
CopyFilesFromDirectory ( DirectoryInfo source, DirectoryInfo destination ) : bool | ||
CopyFilesFromDirectory ( DirectoryInfo source, DirectoryInfo destination, bool copyDirectories ) : bool | ||
CopyFilesFromDirectory ( DirectoryInfo source, DirectoryInfo destination, bool copyDirectories, bool replace ) : bool | ||
DoCodeGuard ( string fromPath, string resultPath ) : bool | ||
DoCodeGuardAndroidBuild ( ) : bool | ||
DoCodeGuardWebPlayerBuild ( ) : bool | ||
DoCodeGuardiOSBuild ( ) : bool | ||
InitProfiles ( ) : void | ||
LoadAssembliesSetting ( ) : void | ||
LoadExcludedMethods ( ) : void | ||
LoadSelectTypes ( ) : void | ||
LoadSkipTypes ( ) : void | ||
MidCodeGuarding ( ) : void | ||
OnPostprocessBuildPlayer ( BuildTarget, buildTarget, string buildPath ) : void | ||
SetProfile ( CodeGuardProfileSettings, profile ) : void |
public static CodeGuardSetupSettings ( ) : CodeGuardSetup | ||
Результат | CodeGuardSetup |
public static DoCodeGuardAssembly ( string assemblyPath, bool createBackup ) : bool | ||
assemblyPath | string | |
createBackup | bool | |
Результат | bool |
public static DoCodeGuardFolder ( string folderPath ) : void | ||
folderPath | string | |
Результат | void |
public static DoCodeGuardFolder ( string folderPath, bool createBackup ) : void | ||
folderPath | string | |
createBackup | bool | |
Результат | void |
public static LoadCodeGuardSettings ( ) : void | ||
Результат | void |
public static SaveAssembliesSetting ( ) : void | ||
Результат | void |
public static SaveExcludedMethods ( ) : void | ||
Результат | void |
public static SaveSelectTypes ( ) : void | ||
Результат | void |
public static SetProfile ( int index ) : void | ||
index | int | |
Результат | void |