Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub New ( _
name As String, _
pathToWebApp As String, _
webAppRoot As String _
)
'使用
Dim name As String
Dim pathToWebApp As String
Dim webAppRoot As String
Dim instance As New AspNetDevelopmentServer(name, pathToWebApp, _
webAppRoot)
public AspNetDevelopmentServer(
string name,
string pathToWebApp,
string webAppRoot
)
public:
AspNetDevelopmentServer(
String^ name,
String^ pathToWebApp,
String^ webAppRoot
)
public function AspNetDevelopmentServer(
name : String,
pathToWebApp : String,
webAppRoot : String
)
Parameters
- name
Type: System.String
- pathToWebApp
Type: System.String
- webAppRoot
Type: System.String
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.