CallSiteHelpers::IsInternalFrame Method (MethodBase^)
.NET Framework (current version)
Checks if a MethodBase is internally used by DLR and should not be displayed on the language code's stack.
Assembly: System.Core (in System.Core.dll)
Parameters
- mb
-
Type:
System.Reflection::MethodBase^
The input MethodBase
Return Value
Type: System::BooleanTrue if the input MethodBase is internally used by DLR and should not be displayed on the language code's stack. Otherwise, false.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: