This is the complete list of members for Nitro.Types, including all inherited members.
| GetCallable(Type type) | Nitro.Types | inlinestatic |
| GetConstructor(Type type, CompiledFragment[] args) | Nitro.Types | inlinestatic |
| GetConstructor(ConstructorInfo[] constructors, Type[] paramSet, bool withCasting) | Nitro.Types | inlineprivatestatic |
| GetOverload(List< MethodInfo > overloads, Type[] argSet) | Nitro.Types | inlinestatic |
| GetOverload(List< MethodInfo > overloads, Type[] argSet, bool cast) | Nitro.Types | inlineprivatestatic |
| GetOverload(MethodInfo[] overloads, string name, Type[] argSet) | Nitro.Types | inlinestatic |
| GetOverload(MethodInfo[] overloads, string name, Type[] argSet, bool ignoreCase) | Nitro.Types | inlinestatic |
| GetOverload(MethodInfo[] overloads, string name, Type[] argSet, bool ignoreCase, bool cast) | Nitro.Types | inlineprivatestatic |
| GetTypes(Type first, CompiledFragment[] frags) | Nitro.Types | inlinestatic |
| GetTypes(CompiledFragment[] frags) | Nitro.Types | inlinestatic |
| IsCastableTo(Type from, Type to, out bool isExplicit) | Nitro.Types | inlinestatic |
| IsCompiled(CodeFragment obj) | Nitro.Types | inlinestatic |
| IsDynamic(MemberInfo member) | Nitro.Types | inlinestatic |
| IsNumeric(Type type) | Nitro.Types | inlinestatic |
| IsParams(ParameterInfo param) | Nitro.Types | inlinestatic |
| IsSubclass(object obj, Type super) | Nitro.Types | inlinestatic |
| IsTypeOf(object obj, Type super) | Nitro.Types | inlinestatic |
| IsVoid(Type T) | Nitro.Types | inlinestatic |
| MethodReturnType(Type type, string name) | Nitro.Types | inlinestatic |
| NameWithoutNamespace(string typeName) | Nitro.Types | inlinestatic |
| NoReturn(MethodInfo methodInfo) | Nitro.Types | inlinestatic |
| OutputParameters(CompiledFragment[] args, CompiledMethod method, NitroIL into, ParameterInfo[] parameters) | Nitro.Types | inlinestatic |
| SetToString(ParameterInfo[] set) | Nitro.Types | inlinestatic |
| SetToTypes(ParameterInfo[] set) | Nitro.Types | inlinestatic |
| ToStringMethod(CompiledMethod method, CompiledFragment frag, Type type) | Nitro.Types | inlinestatic |
| TryCast(CompiledMethod method, CompiledFragment frag, Type to, Type from) | Nitro.Types | inlinestatic |
| TryCast(CompiledMethod method, CompiledFragment frag, Type to, Type from, out bool isExplicit) | Nitro.Types | inlinestatic |
| TypeSetsMatch(Type[] a, Type[] b) | Nitro.Types | inlinestatic |
| TypeSetsMatchExactly(Type[] a, Type[] b) | Nitro.Types | inlinestatic |
| WillAccept(Type[] args, ParameterInfo[] parameters, bool withCasting) | Nitro.Types | inlinestatic |