Skip to content

Commit 86ee76f

Browse files
committed
Updated details about the project
1 parent 66e3c44 commit 86ee76f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Async_method_extractor
22
Extract Async Methods from .NetFramework BCL
3+
4+
It is quite difficult to read meta-data of Dotnet framework B(F)CL libraries using Dotnet reflection.
5+
6+
In this project, I've used Mono cecil to read and extract all Async methods from Dotnet framework B(F)CL libraries. This application takes couple of argument.
7+
8+
1. Location of Dotnet framework B(F)CL libraries
9+
2. Location to save the extracted method name (with file name)

0 commit comments

Comments
 (0)