Assembly.IsFullyTrusted 属性

定义

获取一个值,该值指示当前程序集是否是以完全信任方式加载的。

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

属性值

如果当前程序集是以完全信任方式加载的,则为 true,否则为 false

适用于