ComponentInfo(Guid, Version) Constructor

Constructs an instance of ComponentInfo with the specified GUID and version.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public ComponentInfo(
	Guid publicGuid,
	Version version
)

Parameters

publicGuid  Guid
GUID of the component.
version  Version
Version of the component.

See Also