Rename Print to PrettyPrint

This commit is contained in:
Matt Nadareski
2023-01-13 12:02:42 -08:00
parent fd066e8aae
commit 080cbda588
24 changed files with 24 additions and 24 deletions

View File

@@ -1096,7 +1096,7 @@ namespace BurnOutSharp.Wrappers
}
/// <inheritdoc/>
public override void Print()
public override void PrettyPrint()
{
Console.WriteLine("Portable Executable Information:");
Console.WriteLine("-------------------------");