CompilerResults.PathToAssembly 속성

정의

컴파일된 어셈블리의 경로를 가져오거나 설정합니다.

public:
 property System::String ^ PathToAssembly { System::String ^ get(); void set(System::String ^ value); };
public string PathToAssembly { get; set; }
member this.PathToAssembly : string with get, set
Public Property PathToAssembly As String

속성 값

어셈블리의 경로이거나 어셈블리가 메모리에서 생성되면 null입니다.

적용 대상