.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Siegfried Pammer 5864016e98 Add finish support for MarshalInfo in MetadataLoader 7 years ago
..
Implementation Fix bugs when dealing with pinned local vars and varargs methods 7 years ago
Accessibility.cs Add "private protected" support 8 years ago
AnonymousType.cs Remove some dead code in the type system. 8 years ago
ArrayType.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
AssemblyQualifiedTypeName.cs
ByReferenceType.cs
ComHelper.cs
DecompilerTypeSystem.cs Fix bugs when dealing with pinned local vars and varargs methods 7 years ago
DefaultSolutionSnapshot.cs
DomRegion.cs
Error.cs
FullTypeName.cs Fix bug in FullTypeName.GetDeclaringType 8 years ago
IAmbience.cs
IAssembly.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into srm 7 years ago
IAttribute.cs Remove some dead code in the type system. 8 years ago
ICodeContext.cs
ICompilation.cs
IConstantValue.cs
IDecompilerTypeSystem.cs Fix bugs when dealing with pinned local vars and varargs methods 7 years ago
IEntity.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into srm 7 years ago
IEvent.cs
IField.cs Remove more dead TypeSystem code: ISymbolReference 7 years ago
IFreezable.cs
IInterningProvider.cs
IMember.cs Remove more dead TypeSystem code: ISymbolReference 7 years ago
IMethod.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
INamedElement.cs
INamespace.cs
IParameter.cs Remove some dead code in the type system. 8 years ago
IParameterizedMember.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
IProjectContent.cs
IProperty.cs
ISolutionSnapshot.cs
ISupportsInterning.cs
ISymbol.cs Remove more dead TypeSystem code: ISymbolReference 7 years ago
IType.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 8 years ago
ITypeDefinition.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 8 years ago
ITypeParameter.cs Remove some dead code in the type system. 8 years ago
ITypeReference.cs
IUnresolvedFile.cs
IVariable.cs Remove some dead code in the type system. 8 years ago
InheritanceHelper.cs
IntersectionType.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
KnownTypeReference.cs Commit of non-compiling WIP 8 years ago
MetadataLoader.cs Add finish support for MarshalInfo in MetadataLoader 7 years ago
NullableType.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 8 years ago
ParameterListComparer.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
ParameterizedType.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 8 years ago
PointerType.cs
ReferenceResolvingException.cs
ReflectionHelper.cs Fix #1084: Decompiling constants of the target type 8 years ago
ReflectionNameParseException.cs
SimpleTypeResolveContext.cs
SpecialType.cs
SpecializingDecompilerTypeSystem.cs Fix bugs when dealing with pinned local vars and varargs methods 7 years ago
TaskType.cs
TopLevelTypeName.cs
TypeKind.cs
TypeParameterSubstitution.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
TypeSystemExtensions.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into srm 7 years ago
TypeUtils.cs #1085: Keep track of whether an unresolved type is a class type or a value type. 8 years ago
TypeVisitor.cs
VarArgInstanceMethod.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into srm 7 years ago