Table of Contents

Class VersioningModelAttribute

Namespace
Cryville.EEW.ComponentModel
Assembly
Cryville.EEW.dll
Indicates the versioning model the assembly is using.
[AttributeUsage(AttributeTargets.Assembly)]
public abstract class VersioningModelAttribute : Attribute
Inheritance
VersioningModelAttribute
Derived
Inherited Members

Methods

IsCompatible(Version, Version)

Determines whether the public interface of the assembly is compatible when updating from fromVersion to toVersion.
public abstract bool IsCompatible(Version fromVersion, Version toVersion)

Parameters

fromVersion Version
The version updating from.
toVersion Version
The version updating to.

Returns

bool
Whether the public interface of the assembly is compatible when updating from fromVersion to toVersion.