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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.