System.RuntimeTypeHandle._IsVisibleFromModule C# (CSharp) Method

_IsVisibleFromModule() private method

private _IsVisibleFromModule ( IntPtr module ) : bool
module IntPtr
return bool
        internal extern bool _IsVisibleFromModule(IntPtr module); 
        internal bool IsVisibleFromModule(ModuleHandle module)