Beef Corlib
System.DisableObjectAccessChecksAttribute Struct Reference

Generally used as a per-method optimization, [DisableObjectAccessChecks] will avoid the runtime per-object-access checks which by default are only applied in debug builds anyway. More...

Inheritance diagram for System.DisableObjectAccessChecksAttribute:
System.Attribute

Detailed Description

Generally used as a per-method optimization, [DisableObjectAccessChecks] will avoid the runtime per-object-access checks which by default are only applied in debug builds anyway.