Skip to content

Post process assemblies to provide some functions such as log method calls, add 'ToString()' method automatically.

License

Notifications You must be signed in to change notification settings

m1stm4o/AssemblyInjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Supported attributes:

  • [RequireToStringAttribute] Put the attribute ahead of a class/struct, then the class/struct will have an overwritten 'ToString()' method, the 'ToString()' method returns the class/struct's fields' value, like 'TestClass:[n=0]'
  • [InsertLogAttribute] Put the attribute ahead of a method, an entrance log and an exit log will be inserted, like 'Enter TestClass.Test: [arg=0]' and 'Exit TestClass.Test: 0'

About

Post process assemblies to provide some functions such as log method calls, add 'ToString()' method automatically.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages