Click or drag to resize

IAssemblyInfoListFind Method (Guid, Version)

Finds an IAssemblyInfo matching the given Id and Version

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
IAssemblyInfo Find(
	Guid id,
	Version version
)

Parameters

id
Type: SystemGuid
the desired Id
version
Type: SystemVersion
the desired Version

Return Value

Type: IAssemblyInfo
the first matching IAssemblyInfo if found; otherwise, false
See Also