Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CIL Tools example - Find methods referenced by given method

This example shows how to programmatically find methods referenced in the code of the specified C# method using GetReferencedMethods.

The example is a .NET Core application that uses .NET Standard build of CilTools.BytecodeAnalysis. It requires .NET Core SDK version 3.1 or above. To build it, open the command line in the sample directory and enter dotnet build.