Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Class DependencyResolveAttribute

Last update: 03.07.2024

Namespace: VM
Assembly: VM.dll

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class DependencyResolveAttribute : Attribute

Inheritance

objectAttributeDependencyResolveAttribute

Constructors

DependencyResolveAttribute(Type)

public DependencyResolveAttribute(Type interfaceType)

Parameters

interfaceType Type

Properties

InterfaceType

public Type InterfaceType { get; }

Property Value

Type