ResolveAssemblyReference.AllowedRelatedFileExtensions Property

Definition

[default=.pdb;.xml] These are the extensions that will be considered when looking for related files.

This API supports the product infrastructure and is not intended to be used directly from your code.

public string[] AllowedRelatedFileExtensions { get; set; }
public string[] AllowedRelatedFileExtensions { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

String[]

The extensions that will be considered when searching for related files.

Attributes

Remarks

The default extensions are .pdb and .xml.

Applies to