System.RuntimeTypeHandle._GetTypeByNameUsingCARules C# (CSharp) Méthode

_GetTypeByNameUsingCARules() private méthode

private _GetTypeByNameUsingCARules ( string name, IntPtr scope ) : void*
name string
scope IntPtr
Résultat void*
        internal extern static void* _GetTypeByNameUsingCARules(string name, IntPtr scope);
        internal static Type GetTypeByNameUsingCARules(string name, Module scope)