AssemblyIdentity.IsNeutralPlatform Property

Definition

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.

Applies to