C# Class obfuscatus.ILProcessorExtensions

显示文件 Open project: stschake/obfuscatus

Public Methods

Method Description
InsertFront ( this processor, Instruction instr ) : void

Method Details

InsertFront() public static method

public static InsertFront ( this processor, Instruction instr ) : void
processor this
instr Mono.Cecil.Cil.Instruction
return void