Base:
property
Attributes
System.Reflection.MethodBase.Attributes
5 references to Attributes
mscorlib (5)
system\reflection\Associates.cs (1)
166
MethodAttributes methAttr = associateMethod.
Attributes
;
system\reflection\methodinfo.cs (2)
202
((
Attributes
& MethodAttributes.RequireSecObject) == MethodAttributes.RequireSecObject))
214
if ( (
Attributes
& MethodAttributes.MemberAccessMask) != MethodAttributes.Public ||
system\runtime\interopservices\attributes.cs (2)
779
if ((method.
Attributes
& MethodAttributes.PinvokeImpl) == 0)
829
return (method.
Attributes
& MethodAttributes.PinvokeImpl) != 0;