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)