Метод | Описание | |
---|---|---|
IsPlatformCodeFolder ( string sourceFolder ) : bool |
Returns true if the last component of the specified folder path begins with '_' character, our convention for representing platform-specific code.
|
|
IsValidPlatformPathForProject ( string sourceFolder ) : bool |
Returns true if the specified path folder names conforms with the platform folder names declared for this configuration.
|
Метод | Описание | |
---|---|---|
GetPlatformFolderName ( string folder ) : string |
Returns true if the specified folder ends with one of the custom code platform folder names declared for this configuration.
|
public IsPlatformCodeFolder ( string sourceFolder ) : bool | ||
sourceFolder | string | |
Результат | bool |
public IsValidPlatformPathForProject ( string sourceFolder ) : bool | ||
sourceFolder | string | |
Результат | bool |