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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.