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
Public MustInherit Class MethodBase _
Inherits MemberInfo
'Usage
Dim instance As MethodBase
public abstract class MethodBase : MemberInfo
public ref class MethodBase abstract : public MemberInfo
[<AbstractClassAttribute>]
type MethodBase =
class
inherit MemberInfo
end
public abstract class MethodBase extends MemberInfo
Inheritance Hierarchy
Object
System.Reflection.Mock.MemberInfo
System.Reflection.Mock.MethodBase
System.Reflection.Mock.ConstructorInfo
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.