C# 클래스 Unity.IL2CPP.Il2CppTypeCollectorComponent

상속: IIl2CppTypeCollectorReaderService, IIl2CppTypeCollectorWriterService, IDisposable
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
Add ( TypeReference type, [ attrs ) : void
Dispose ( ) : void
GetIndex ( TypeReference type, [ attrs ) : int
GetOrCreateIndex ( TypeReference type, [ attrs ) : int

메소드 상세

Add() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetIndex() 공개 메소드

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

GetOrCreateIndex() 공개 메소드

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