System.RuntimeTypeHandle._GetTypeByNameUsingCARules C# (CSharp) 메소드

_GetTypeByNameUsingCARules() 개인적인 메소드

private _GetTypeByNameUsingCARules ( string name, IntPtr scope ) : void*
name string
scope IntPtr
리턴 void*
        internal extern static void* _GetTypeByNameUsingCARules(string name, IntPtr scope);
        internal static Type GetTypeByNameUsingCARules(string name, Module scope)