IVersionSelector 接口

定义

在执行粒度放置时,用于选择应首选哪些版本的 grain 接口的功能。

public interface IVersionSelector
type IVersionSelector = interface
Public Interface IVersionSelector
派生

方法

GetSuitableVersion(UInt16, IReadOnlyList<UInt16>, ICompatibilityDirector)

在执行粒度放置时,用于选择应首选哪些版本的 grain 接口的功能。

GetSuitableVersion(UInt16, UInt16[], ICompatibilityDirector)

返回给定请求的合适接口版本的集合。

适用于