Property SourceMethodCloneIL
SourceMethodCloneIL
A DynamicMethodDefinition that contains the IL for SourceMethodClone, if it has any.
DynamicMethodDefinition? SourceMethodCloneIL { get; }
Property Value
Remarks
This may be null even if SourceMethodClone is not. This represents a method which has no (meaningful) IL body. Clients should be sure to handle this case. For instance, RuntimeDetour treats this case as meaning that ILHooks cannot be applied to the method.