Assembly.IsFullyTrusted プロパティ

定義

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

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

プロパティ値

現在のアセンブリが完全信頼で読み込まれた場合は true。それ以外の場合は false

適用対象