AssemblyInstaller.Assembly 屬性

定義

取得或設定要安裝的組件。

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

屬性值

Assembly,定義要安裝的組件。

例外狀況

屬性值為 null

適用於

另請參閱