MethodBuilder::IsSecurityCritical Property
.NET Framework (current version)
Throws a NotSupportedException in all cases.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | In all cases. This property is not supported in dynamic assemblies. See Remarks. |
To determine whether a method in a dynamic assembly is security-critical, complete the type by calling TypeBuilder::CreateType, call the GetMethod method on the completed type, and get the IsSecurityCritical property on the resulting MethodInfo.
.NET Framework
Available since 4.0
Available since 4.0
Show: