AssemblyIdentity.IsFrameworkAssembly Property

Definition

Returns true if this assembly is part of the .NET Framework.

public:
 property bool IsFrameworkAssembly { bool get(); };
public bool IsFrameworkAssembly { get; }
member this.IsFrameworkAssembly : bool
Public ReadOnly Property IsFrameworkAssembly As Boolean

Property Value

A Boolean value indicating whether this assembly is part of the .NET Framework. True if this assembly is part of the .NET Framework; otherwise False.

Applies to