System.Security.SecurityException.getMethod C# (CSharp) 메소드

getMethod() 개인적인 메소드

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