C# 클래스 Unity.IL2CPP.ErrorMessageWriter

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

공개 메소드들

메소드 설명
FormatMessage ( ErrorInformation errorInformation, string additionalInformation ) : string

비공개 메소드들

메소드 설명
AppendSourceCodeLocation ( ErrorInformation errorInformation, StringBuilder message ) : bool
FindSourceCodeLocation ( Mono.Cecil.MethodDefinition method ) : string
FindSourceCodeLocationForInstruction ( Instruction instruction ) : string

메소드 상세

FormatMessage() 공개 정적인 메소드

public static FormatMessage ( ErrorInformation errorInformation, string additionalInformation ) : string
errorInformation ErrorInformation
additionalInformation string
리턴 string