C# Class Unity.IL2CPP.ArrayBoundsCheckSupport

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

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

Method Details

ArrayBoundsCheckSupport() public méthode

public ArrayBoundsCheckSupport ( Mono.Cecil.MethodDefinition methodDefinition, bool arrayBoundsChecksGloballyEnabled ) : Mono.Cecil
methodDefinition Mono.Cecil.MethodDefinition
arrayBoundsChecksGloballyEnabled bool
Résultat Mono.Cecil

RecordArrayBoundsCheckEmitted() public méthode

public RecordArrayBoundsCheckEmitted ( ) : void
Résultat void

ShouldEmitBoundsChecksForMethod() public méthode

public ShouldEmitBoundsChecksForMethod ( ) : bool
Résultat bool