System.RuntimeTypeHandle._GetTypeByNameUsingCARules C# (CSharp) Method

_GetTypeByNameUsingCARules() private method

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