Class ILGeneratorShim
Abstract version of System.Reflection.Emit.ILGenerator. See ILGenerator for proper documentation.
public abstract class ILGeneratorShim
- Inheritance
-
ILGeneratorShim
- Derived
Properties
- GenericProxyType
- Get the (open) generic proxy type implementing ILGenerator.
Methods
- GetProxy()
- Get a "real" ILGenerator for this ILGeneratorShim.
- GetProxyType(Type)
- Get the proxy type for a given ILGeneratorShim type. The proxy type implements ILGenerator.
- GetProxyType<TShim>()
- Get the proxy type for a given ILGeneratorShim type. The proxy type implements ILGenerator.