MemberInfo
MemberInfo()
CustomAttributes
DeclaringType
IsCollectible
MemberType
MetadataToken
Module
Name
ReflectedType
Equals(Object)
GetCustomAttributes(Boolean)
GetCustomAttributes(Type, Boolean)
GetCustomAttributesData()
GetHashCode()
GetType()
HasSameMetadataDefinitionAs(MemberInfo)
IsDefined(Type, Boolean)
operator !=(MemberInfo, MemberInfo)
operator ==(MemberInfo, MemberInfo)
GetCustomAttribute(MemberInfo, Type)
GetCustomAttribute(MemberInfo, Type, Boolean)
GetCustomAttribute<T>(MemberInfo)
GetCustomAttribute<T>(MemberInfo, Boolean)
GetCustomAttributes(MemberInfo)
GetCustomAttributes(MemberInfo, Boolean)
GetCustomAttributes(MemberInfo, Type)
GetCustomAttributes(MemberInfo, Type, Boolean)
GetCustomAttributes<T>(MemberInfo)
GetCustomAttributes<T>(MemberInfo, Boolean)
GetMetadataToken(MemberInfo)
HasMetadataToken(MemberInfo)
IsDefined(MemberInfo, Type)
IsDefined(MemberInfo, Type, Boolean)
net11
namespace System.Reflection
{
[ClassInterface(ClassInterfaceType.None)]
public abstract class MemberInfo : ICustomAttributeProvider, _MemberInfo
{
public Type GetType();
}
}
.NET Framework | 1.1 |
---|---|
Information specific to net11 | |
Assembly | mscorlib , Version=1.0.5000.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API