C# Class Unity.IL2CPP.Portability.EnvironmentPortable

Mostra file Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
GetApplicationDataDirectoryPortable ( ) : string
GetCommandLineArgsPortable ( ) : string[]
GetDesktopDirectoryPortable ( ) : string
GetLogicalDrivesPortable ( ) : string[]
GetMyDocumentsPortable ( ) : string
GetPersonalFolderPortable ( ) : string

Method Details

GetApplicationDataDirectoryPortable() public static method

public static GetApplicationDataDirectoryPortable ( ) : string
return string

GetCommandLineArgsPortable() public static method

public static GetCommandLineArgsPortable ( ) : string[]
return string[]

GetDesktopDirectoryPortable() public static method

public static GetDesktopDirectoryPortable ( ) : string
return string

GetLogicalDrivesPortable() public static method

public static GetLogicalDrivesPortable ( ) : string[]
return string[]

GetMyDocumentsPortable() public static method

public static GetMyDocumentsPortable ( ) : string
return string

GetPersonalFolderPortable() public static method

public static GetPersonalFolderPortable ( ) : string
return string