Assembly::IsFullyTrusted Property

.NET Framework (current version)
 

Gets a value that indicates whether the current assembly is loaded with full trust.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool IsFullyTrusted {
	bool get();
}

Property Value

Type: System::Boolean

true if the current assembly is loaded with full trust; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: