C# Class Unity.IL2CPP.Metadata.Il2CppGenericMethodCollectorComponent

Inheritance: IIl2CppGenericMethodCollectorWriterService, IIl2CppGenericMethodCollectorReaderService, IDisposable
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
Add ( MethodReference method ) : void
Dispose ( ) : void
GetIndex ( MethodReference method ) : uint
HasIndex ( MethodReference method ) : bool

Method Details

Add() public method

public Add ( MethodReference method ) : void
method Mono.Cecil.MethodReference
return void

Dispose() public method

public Dispose ( ) : void
return void

GetIndex() public method

public GetIndex ( MethodReference method ) : uint
method Mono.Cecil.MethodReference
return uint

HasIndex() public method

public HasIndex ( MethodReference method ) : bool
method Mono.Cecil.MethodReference
return bool