ResolveAssemblyReference.DependsOnSystemRuntime Property

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

Determines whether the assembly or any of its primary references depends on System.Runtime. (Aka needs Facade references to resolve duplicate types)

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
<OutputAttribute> _
Public Property DependsOnSystemRuntime As String
[OutputAttribute]
public string DependsOnSystemRuntime { get; private set; }
[OutputAttribute]
public:
property String^ DependsOnSystemRuntime {
    String^ get ();
    private: void set (String^ value);
}
[<OutputAttribute>]
member DependsOnSystemRuntime : string with get, private set
function get DependsOnSystemRuntime () : String 
private function set DependsOnSystemRuntime (value : String)

Property Value

Type: System.String
True if the assembly or any of its primary references depends on System.Runtime, otherwise false.

Remarks

Introduced in Visual Studio 2015.

.NET Framework Security

See Also

Reference

ResolveAssemblyReference Class

Microsoft.Build.Tasks Namespace