System.Security.SecurityException.getMethod C# (CSharp) Method

getMethod() private method

private getMethod ( ) : MethodInfo
return System.Reflection.MethodInfo
        private MethodInfo getMethod()
        {
            return (MethodInfo)ByteArrayToObject(m_serializedMethodInfo);
        }