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

適用於