C# Class Unity.IL2CPP.Il2CppTypeCollectorComponent

Inheritance: IIl2CppTypeCollectorReaderService, IIl2CppTypeCollectorWriterService, IDisposable
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
Add ( TypeReference type, [ attrs ) : void
Dispose ( ) : void
GetIndex ( TypeReference type, [ attrs ) : int
GetOrCreateIndex ( TypeReference type, [ attrs ) : int

Method Details

Add() public méthode

public Add ( TypeReference type, [ attrs ) : void
type Mono.Cecil.TypeReference
attrs [
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetIndex() public méthode

public GetIndex ( TypeReference type, [ attrs ) : int
type Mono.Cecil.TypeReference
attrs [
Résultat int

GetOrCreateIndex() public méthode

public GetOrCreateIndex ( TypeReference type, [ attrs ) : int
type Mono.Cecil.TypeReference
attrs [
Résultat int