ComponentInfo(Guid, Version) Constructor
Constructs an instance of
ComponentInfo with the specified GUID and version.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public ComponentInfo(
Guid publicGuid,
Version version
)
Public Sub New (
publicGuid As Guid,
version As Version
)
public:
ComponentInfo(
Guid publicGuid,
Version^ version
)
new :
publicGuid : Guid *
version : Version -> ComponentInfo
Parameters
- publicGuid Guid
- GUID of the component.
- version Version
- Version of the component.