Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Class ExtendedMemberInfo

Last update: 03.07.2024

Namespace: VM
Assembly: VM.dll

public abstract class ExtendedMemberInfo<T> where T : MemberInfo

Type Parameters

T

Inheritance

objectExtendedMemberInfo<T>

Constructors

ExtendedMemberInfo(T)

public ExtendedMemberInfo(T info)

Parameters

info T

Properties

Info

protected T Info { get; }

Property Value

T

Methods

HasAttribute<TAttribute>()

public bool HasAttribute<TAttribute>() where TAttribute : Attribute

Returns

bool

Type Parameters

TAttribute

TryGetAttributeInstance<TAttribute>(out TAttribute)

public bool TryGetAttributeInstance<TAttribute>(out TAttribute attribute) where TAttribute : Attribute

Parameters

attribute TAttribute

Returns

bool

Type Parameters

TAttribute