Click or drag to resize
AkResourcePathGetAppFile Method
获取应用 .app 文件。

Namespace: Appkit.IO
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetAppFile(
	string appId
)

Parameters

appId
Type: SystemString
应用标识。

Return Value

Type: String
文件路径。
See Also