Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public MustInherit Class MethodInfo _
Inherits MethodBase
'Usage
Dim instance As MethodInfo
[ComVisibleAttribute(true)]
public abstract class MethodInfo : MethodBase
[ComVisibleAttribute(true)]
public ref class MethodInfo abstract : public MethodBase
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
type MethodInfo =
class
inherit MethodBase
end
public abstract class MethodInfo extends MethodBase
Inheritance Hierarchy
Object
System.Reflection.Mock.MemberInfo
System.Reflection.Mock.MethodBase
System.Reflection.Mock.MethodInfo
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.