AssemblyIdentity.IsNeutralPlatform 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.
Specifies whether the assembly identity represents a neutral platform assembly.
public:
property bool IsNeutralPlatform { bool get(); };
public bool IsNeutralPlatform { get; }
member this.IsNeutralPlatform : bool
Public ReadOnly Property IsNeutralPlatform As Boolean
Property Value
A Boolean
value indicating whether the assembly identity represents a neutral platform assembly. True
if the assembly identity is a neutral platform assembly; otherwise False
.