C# Class Unity.IL2CPP.Il2CppTypeCollectorComponent

Inheritance: IIl2CppTypeCollectorReaderService, IIl2CppTypeCollectorWriterService, IDisposable
Mostra file Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
Add ( TypeReference type, [ attrs ) : void
Dispose ( ) : void
GetIndex ( TypeReference type, [ attrs ) : int
GetOrCreateIndex ( TypeReference type, [ attrs ) : int

Method Details

Add() public method

public Add ( TypeReference type, [ attrs ) : void
type Mono.Cecil.TypeReference
attrs [
return void

Dispose() public method

public Dispose ( ) : void
return void

GetIndex() public method

public GetIndex ( TypeReference type, [ attrs ) : int
type Mono.Cecil.TypeReference
attrs [
return int

GetOrCreateIndex() public method

public GetOrCreateIndex ( TypeReference type, [ attrs ) : int
type Mono.Cecil.TypeReference
attrs [
return int