Table of Contents

Class VBHostProjectType

Namespace
RDCore.SDK.Model.Types.Complex
Assembly
RDCore.SDK.dll

Defines a host project, as specified in MS-VBAL 4.1.

public sealed record VBHostProjectType : VBProjectType, IEquatable<VBType>, IEquatable<VBProjectType>, IEquatable<VBHostProjectType>
Inheritance
VBHostProjectType
Implements
Inherited Members

Constructors

VBHostProjectType(string, Uri)

Defines a host project, as specified in MS-VBAL 4.1.

public VBHostProjectType(string Name, Uri Uri)

Parameters

Name string

The semantically valid identifier name of this project or library.

Uri Uri

The root workspace Uri for this project or library.