AssemblyIdentity.IsFrameworkAssembly Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.