Search code examples
How to replace method parameter with a variable with Mono.Cecil...


c#code-generationmono.cecil

Read More
Mono.Cecil in C#: How to call method of super class from another assembly...


c#mono.cecil

Read More
ILWeaving help - [ValidSystemPath] attribute...


c#aopcilmono.cecilcompile-time-weaving

Read More
coverlet: Unable to instrument module (ArgumentException)...


mono.cecilcoverlet

Read More
Get named values from a Fody CustomAttribute Constructor...


c#mono.cecilfody

Read More
Get SequencePoint for CustomAttribute in Fody/Mono.Cecil...


c#.netpdb-filesmono.cecilfody

Read More
How to get source/line number for IL instruction using Mono.Cecil...


c#symbolspdb-filesmono.cecil

Read More
Detect whether the assembly was built for .NET Compact Framework...


.netreflectioncompact-frameworkassembliesmono.cecil

Read More
BaseType.Resolve() yielding null for base types in different assembly...


reflectionmono.cecil

Read More
How can I run assemblies generated by Mono.Cecil on a Windows Machine?...


c#windowsmono.cecil

Read More
Mono.Cecil Read Assembly on Linux...


.netmono.cecil

Read More
Mono Cecil add missing assembly...


c#.net.net-assemblymono.cecil

Read More
How to implement IsAssignableFrom with Mono.Cecil...


c#mono.cecil

Read More
Dotpeek ISSUE: unable to decompile the method...


c#cilmono.cecildotpeek

Read More
Mono.Cecil AddInterfaceImplementation equivalent?...


reflectionmonocode-generationmono.cecil

Read More
How to resolve references of a .NET assembly from a .Net Core 3.1 code using Mono.Cecil?...


c#.netmono.cecil

Read More
Is it possible in Mono.Cecil to determine the actual type of an object on which a method is called?...


mono.cecil

Read More
Add Static Instance Field to Class and Set To Self in Constructor...


c#mono.cecil

Read More
How can i mock a return type of a factory method of a 3rd party library?...


.netunit-testingmoqassembliesmono.cecil

Read More
CIL instruction "isinst [System.Runtime]System.Int32" for value 0 (int32) - what will retu...


c#cilmono.cecil

Read More
How to return Task.FromResult<bool>(true) using mono cecil?...


c#genericsmono.cecil

Read More
How to match type symbol names as returned by Roslyn semantic model to those returned by Mono.Cecil?...


c#roslyncode-analysismono.cecil

Read More
Change application type with Mono.Cecil?...


c#windowsmonoconsolemono.cecil

Read More
I want to use Mono. Cecil to create a delegate, but I don't know how to get its constructor...


c#cilmono.cecil

Read More
Mono.Cecil - simple example how to get method body...


c#reflectionsystem.reflectionmono.cecil

Read More
How can I find a variable in a method body by type using mono.cecil?...


c#mono.cecil

Read More
How in CIL (MSIL) "call instance void valuetype [..type]" return or save value? (Common In...


c#cilmono.cecil

Read More
Reference assembly by Mono.Cecil...


c#.netcilmono.cecil

Read More
How do you invoke a method within the same class in IL...


c#mono.cecil

Read More
Emit call to System.Lazy<T> constructor with Mono.Cecil...


.netmono.cecil

Read More
BackNext