CompilationLibrary.Assemblies 属性

定义

获取此库的程序集列表。

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Assemblies { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> Assemblies { get; }
member this.Assemblies : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Assemblies As IReadOnlyList(Of String)

属性值

此库的程序集列表。

适用于