HttpRuntime.ClrInstallDirectory 속성

정의

공용 언어 런타임 실행 파일이 설치되어 있는 디렉터리의 실제 경로를 가져옵니다.

public:
 static property System::String ^ ClrInstallDirectory { System::String ^ get(); };
public static string ClrInstallDirectory { get; }
member this.ClrInstallDirectory : string
Public Shared ReadOnly Property ClrInstallDirectory As String

속성 값

String

공용 언어 런타임 실행 파일의 실제 경로입니다.

적용 대상