C# (CSharp) Dynamitey Namespace

Nested Namespaces

Dynamitey.DynamicObjects
Dynamitey.Internal
Dynamitey.Tests

Classes

Name Description
CacheableInvocation Cacheable representation of an invocation without the target or arguments also by default only does public methods to make it easier to cache. ///
FluentRegex Extension Methods for fluent Regex
Invocation Storable representation of an invocation without the target
InvokeArg Use for Named arguments passed to InvokeMethods
InvokeContext Object that stores a context with a target for dynamic invocation
InvokeMemberName Name of Member with associated Generic parameterss
PartialApply Internal method for subsequent invocations of Dynamic.Curry(object,System.Nullable{int})
StaticContext Specific version of InvokeContext which declares a type to be used to invoke static methods.
String_OR_InvokeMemberName String or InvokeMemberName
ThisDelegate Extension method for Dealing with Special Delegate Type