GetDefaultConstructor() private method

private GetDefaultConstructor ( ) : RuntimeMethodHandle
return RuntimeMethodHandle
Exemplo n.º 1
0
        internal IRuntimeMethodInfo GetDefaultConstructor()
        {
            IRuntimeMethodInfo o = (IRuntimeMethodInfo)null;

            RuntimeTypeHandle.GetDefaultConstructor(this.GetNativeHandle(), JitHelpers.GetObjectHandleOnStack <IRuntimeMethodInfo>(ref o));
            return(o);
        }