C# Class Unity.IL2CPP.ArrayBoundsCheckSupport

Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
ArrayBoundsCheckSupport ( Mono.Cecil.MethodDefinition methodDefinition, bool arrayBoundsChecksGloballyEnabled ) : Mono.Cecil
RecordArrayBoundsCheckEmitted ( ) : void
ShouldEmitBoundsChecksForMethod ( ) : bool

Method Details

ArrayBoundsCheckSupport() public method

public ArrayBoundsCheckSupport ( Mono.Cecil.MethodDefinition methodDefinition, bool arrayBoundsChecksGloballyEnabled ) : Mono.Cecil
methodDefinition Mono.Cecil.MethodDefinition
arrayBoundsChecksGloballyEnabled bool
return Mono.Cecil

RecordArrayBoundsCheckEmitted() public method

public RecordArrayBoundsCheckEmitted ( ) : void
return void

ShouldEmitBoundsChecksForMethod() public method

public ShouldEmitBoundsChecksForMethod ( ) : bool
return bool