Share via


ICorDebugAssembly2::IsFullyTrusted Method

Gets a value that indicates whether the assembly has been granted full trust by the runtime security system.

HRESULT IsFullyTrusted(
    [out] BOOL *pbFullyTrusted
);

Parameters

  • pbFullyTrusted
    [out] true if the assembly has been granted full trust by the runtime security system; otherwise, false.

Remarks

This method returns an HRESULT of CORDBG_E_NOTREADY if the security policy for the assembly has not yet been resolved, that is, if no code in the assembly has been run yet.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

ICorDebugAssembly2 Interface