C# 클래스 Unity.IL2CPP.NullChecksSupport

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
NullChecksSupport ( CppCodeWriter writer, Mono.Cecil.MethodDefinition methodDefinition, bool nullChecksGloballyEnabled ) : Mono.Cecil
WriteNullCheckForInvocationIfNeeded ( MethodReference methodReference, IList args ) : void
WriteNullCheckIfNeeded ( StackInfo stackInfo ) : void

비공개 메소드들

메소드 설명
RecordNullCheckEmitted ( ) : void
ShouldEmitNullChecksForMethod ( ) : bool

메소드 상세

NullChecksSupport() 공개 메소드

public NullChecksSupport ( CppCodeWriter writer, Mono.Cecil.MethodDefinition methodDefinition, bool nullChecksGloballyEnabled ) : Mono.Cecil
writer CppCodeWriter
methodDefinition Mono.Cecil.MethodDefinition
nullChecksGloballyEnabled bool
리턴 Mono.Cecil

WriteNullCheckForInvocationIfNeeded() 공개 메소드

public WriteNullCheckForInvocationIfNeeded ( MethodReference methodReference, IList args ) : void
methodReference Mono.Cecil.MethodReference
args IList
리턴 void

WriteNullCheckIfNeeded() 공개 메소드

public WriteNullCheckIfNeeded ( StackInfo stackInfo ) : void
stackInfo StackInfo
리턴 void