C# (CSharp) Yea.Reflection.Emit.Commands Namespace

Classes

Name Description
Add Adds two variables
Assign Assignment command
Box Boxes an object
Call Call command
Cast Casts a class object to another class
Catch Catch block
DefineLocal Defines a local variable
Divide Divide two variables
Else Else command
ElseIf Else if command
EndIf End If command
EndTry Ends a try/catch block
EndWhile End While command
If If command
Modulo Mods two variables
Multiply Multiply two variables
NewObj Command for creating a new object
Subtract Subtracts two variables
Throw Throws an exception
Try Starts a try block
UnBox Unboxes an object
While While command