AssemblyIdentity.IsInFramework Method
Namespace: Microsoft.Build.Tasks.Deployment.ManifestUtilities
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
Public Function IsInFramework ( _
frameworkIdentifier As String, _
frameworkVersion As String _
) As Boolean
public bool IsInFramework(
string frameworkIdentifier,
string frameworkVersion
)
public:
bool IsInFramework(
String^ frameworkIdentifier,
String^ frameworkVersion
)
member IsInFramework :
frameworkIdentifier:string *
frameworkVersion:string -> bool
public function IsInFramework(
frameworkIdentifier : String,
frameworkVersion : String
) : boolean
Parameters
- frameworkIdentifier
Type: System.String
- frameworkVersion
Type: System.String
Return Value
Type: System.Boolean
.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.
See Also
Reference
Microsoft.Build.Tasks.Deployment.ManifestUtilities Namespace