Class TypeExtension.MissingMethodInfo
- Namespace
- Xarial.XToolkit.Reflection
- Assembly
- BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
public class TypeExtension.MissingMethodInfo : MethodInfo, ICustomAttributeProvider, _MemberInfo, _MethodBase, _MethodInfo
- Inheritance
-
TypeExtension.MissingMethodInfo
- Implements
-
- Inherited Members
-
Properties
public override MethodAttributes Attributes { get; }
Property Value
- MethodAttributes
public override Type DeclaringType { get; }
Property Value
- Type
public override RuntimeMethodHandle MethodHandle { get; }
Property Value
- RuntimeMethodHandle
public override string Name { get; }
Property Value
- string
public override Type ReflectedType { get; }
Property Value
- Type
public override ICustomAttributeProvider ReturnTypeCustomAttributes { get; }
Property Value
- ICustomAttributeProvider
Methods
public override MethodInfo GetBaseDefinition()
Returns
- MethodInfo
public override object[] GetCustomAttributes(bool inherit)
Parameters
inherit
bool
Returns
- object[]
public override object[] GetCustomAttributes(Type attributeType, bool inherit)
Parameters
attributeType
Type
inherit
bool
Returns
- object[]
public override MethodImplAttributes GetMethodImplementationFlags()
Returns
- MethodImplAttributes
public override ParameterInfo[] GetParameters()
Returns
- ParameterInfo[]
public override object Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
Parameters
obj
object
invokeAttr
BindingFlags
binder
Binder
parameters
object[]
culture
CultureInfo
Returns
- object
public override bool IsDefined(Type attributeType, bool inherit)
Parameters
attributeType
Type
inherit
bool
Returns
- bool