| Attributes | An array of all attributes decorated with Sandbox.CodeGeneratorAttribute on the original method. | 
| IsStatic | Is this a static method? | 
| MethodIdentity | The Identity of the original method. This is an integer that each MethodDescription has to distinguish itself from other methods of the same class. | 
| MethodName | The name of the original method. | 
| Object | The object whose method is being wrapped. This will be null if we're wrapping a static method. | 
| Resume | Invoke the original method. | 
| TypeName | The name of the type that the method belongs to. | 
| GetAttribute | Get the attribute of type, or null if it doesn't exist |