Summary

Provides data about a wrapped method in a <see cref="T:Sandbox.CodeGeneratorAttribute" /> callback.

Properties

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.

Methods

GetAttribute
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.