 | 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)
SyntaxIAssemblyInfo Find(
Guid id,
Version version
)
Function Find (
id As Guid,
version As Version
) As IAssemblyInfo
Parameters
- id
- Type: SystemGuid
the desired Id - version
- Type: SystemVersion
the desired Version
Return Value
Type:
IAssemblyInfothe first matching IAssemblyInfo if found; otherwise, false
See Also