C# Class Mono.Linker.Steps.SweepStep

Inheritance: IStep
Mostrar archivo Open project: kumpera/mono

Protected Methods

Method Description
Process ( ) : void

Private Methods

Method Description
AreSameReference ( Mono.Cecil.AssemblyNameReference a, Mono.Cecil.AssemblyNameReference b ) : bool
Clone ( ICollection collection ) : ICollection
IsMarkedAssembly ( AssemblyDefinition assembly ) : bool
RemoveAssembly ( AssemblyDefinition assembly ) : void
SweepAssembly ( AssemblyDefinition assembly ) : void
SweepCollection ( IList list ) : void
SweepNestedTypes ( Mono.Cecil.TypeDefinition type ) : void
SweepReferences ( AssemblyDefinition target ) : void
SweepReferences ( AssemblyDefinition assembly, AssemblyDefinition target ) : void
SweepType ( Mono.Cecil.TypeDefinition type ) : void

Method Details

Process() protected method

protected Process ( ) : void
return void