Assembly.IsFullyTrusted プロパティ

定義

現在のアセンブリが完全信頼で読み込まれるかどうかを示す値を取得します。

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

プロパティ値

.NET Framework のみ: 現在のアセンブリが完全信頼で読み込まれている場合は true。それ以外の場合は false

.NET Core と .NET 5 以降: すべてのケースで true

適用対象