Skip to content

MonoDetour.Reflection.Unspeakable

EnumeratorReflectionEnumerator related reflection helper methods.
SpeakableEnumerator<TCurrent, TThis><TCurrent, TThis>A class that wraps an IEnumerator<T> object. Allows access to basic fields of the IEnumerator.
SpeakableEnumerator<TCurrent>A class that wraps an IEnumerator<T> object. Allows access to basic fields of the IEnumerator.
ISpeakableEnumeratorWraps an IEnumerator<T> object.
EnumeratorFieldReferenceGetter<T>A Method which takes in an IEnumerator instance and returns a field reference of type T.