Constant REFLECTION_PERMISSION
pub const REFLECTION_PERMISSION: &str = "System.Security.Permissions.ReflectionPermission";Expand description
ReflectionPermission - Controls use of reflection.
This permission controls the ability to reflect over types, access non-public members, and perform other reflection operations that could bypass normal access controls.
ยงCommon Parameters
NoRestriction: Full reflection accessRestrictedMemberAccess: Limited reflection accessReflectionEmit: Can emit dynamic assembliesMemberAccess: Can access non-public members