Microsoft.JScript.TypeReferences.ToExecutionContext C# (CSharp) Method

ToExecutionContext() static private method

static private ToExecutionContext ( ConstructorInfo constructor ) : ConstructorInfo
constructor System.Reflection.ConstructorInfo
return System.Reflection.ConstructorInfo
    internal static ConstructorInfo ToExecutionContext(ConstructorInfo constructor) { return (ConstructorInfo)TypeReferences.MapMemberInfoToExecutionContext(constructor); }
    

Same methods

TypeReferences::ToExecutionContext ( FieldInfo field ) : FieldInfo
TypeReferences::ToExecutionContext ( IReflect ireflect ) : IReflect
TypeReferences::ToExecutionContext ( MethodInfo method ) : MethodInfo
TypeReferences::ToExecutionContext ( PropertyInfo property ) : PropertyInfo
TypeReferences::ToExecutionContext ( Type type ) : Type