SimpleWorkerRequest.GetAppPath 方法

定义

返回当前正在执行的服务器应用程序的虚拟路径。

public:
 override System::String ^ GetAppPath();
public override string GetAppPath ();
override this.GetAppPath : unit -> string
Public Overrides Function GetAppPath () As String

返回

String

当前应用程序的虚拟路径。

适用于