PortableExecutableReference Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected PortableExecutableReference (Microsoft.CodeAnalysis.MetadataReferenceProperties properties, string fullPath = default, Microsoft.CodeAnalysis.DocumentationProvider initialDocumentation = default);
protected PortableExecutableReference (Microsoft.CodeAnalysis.MetadataReferenceProperties properties, string? fullPath = default, Microsoft.CodeAnalysis.DocumentationProvider? initialDocumentation = default);
new Microsoft.CodeAnalysis.PortableExecutableReference : Microsoft.CodeAnalysis.MetadataReferenceProperties * string * Microsoft.CodeAnalysis.DocumentationProvider -> Microsoft.CodeAnalysis.PortableExecutableReference
Protected Sub New (properties As MetadataReferenceProperties, Optional fullPath As String = Nothing, Optional initialDocumentation As DocumentationProvider = Nothing)
Parameters
- properties
- MetadataReferenceProperties
- fullPath
- String
- initialDocumentation
- DocumentationProvider
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.