CommandLineArguments.MetadataReferences 속성

정의

명령줄에 제공된 메타데이터에 대한 참조입니다. /r 및 /addmodule을 통해 지정된 netmodules를 통해 지정된 어셈블리를 포함합니다.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CommandLineReference> MetadataReferences { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CommandLineReference> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineReference> MetadataReferences { get; }
member this.MetadataReferences : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineReference>
Public ReadOnly Property MetadataReferences As ImmutableArray(Of CommandLineReference)

속성 값

적용 대상