C# Класс Terraria.ModLoader.RoslynPdbFixer

Показать файл Открыть проект

Открытые методы

Метод Описание
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