Method | Description | |
---|---|---|
AnonymousToInstruction ( object anon ) : |
Converts a anonymous type into an Instruction
|
|
InsertAfter ( this processor, |
Inserts a list of anonymous instructions after the target instruction
|
|
InsertAfter ( this processor, |
Inserts a group of instructions after the target instruction
|
|
InsertBefore ( this processor, |
Inserts a list of anonymous instructions before the target instruction
|
public static AnonymousToInstruction ( object anon ) : |
||
anon | object | |
return |
public static InsertAfter ( this processor, |
||
processor | this | |
target | ||
return | List |
public static InsertAfter ( this processor, |
||
processor | this | |
target | ||
instructions | IEnumerable |
|
return | void |
public static InsertBefore ( this processor, |
||
processor | this | |
target | ||
return | List |