C# 클래스 Terraria.ModLoader.RoslynPdbFixer

파일 보기 프로젝트 열기: JavidPack/TerraCustom

공개 메소드들

메소드 설명
Fix ( string dll ) : void

Roslyn outputs pdb files that are incompatible with cecil modified assemblies (which we use for reload support) Mono.Cecil can parse the roslyn debug info, and then output a compatible pdb file and binary using the windows API

메소드 상세

Fix() 공개 정적인 메소드

Roslyn outputs pdb files that are incompatible with cecil modified assemblies (which we use for reload support) Mono.Cecil can parse the roslyn debug info, and then output a compatible pdb file and binary using the windows API
public static Fix ( string dll ) : void
dll string
리턴 void