System.Reflection.MethodBase.IsFamilyAndAssembly Property

Gets a value indicating whether the visibility of this method or constructor is described by MethodAttributes.FamANDAssem; that is, the method or constructor can be called by derived classes, but only if they are in the same assembly.

Syntax

public bool IsFamilyAndAssembly { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The visibility of a method or constructor is exactly described by MethodAttributes.FamANDAssem if the visibility modifier is protected private in C++. Methods with this visibility cannot be defined in Visual Basic or C#.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0