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

适用于