Assembly.IsFullyTrusted 속성

정의

현재 어셈블리가 완전히 신뢰되어 로드되는지를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

현재 어셈블리가 완전히 신뢰되어 로드되면 true이고, 그러지 않으면 false입니다.

적용 대상