共用方式為


EntryPointDescription(CodePackageEntryPointKind) Constructor

Definition

Creates and initializes an Kind object with the specified CodePackageEntryPointKind.

protected EntryPointDescription (System.Fabric.Description.CodePackageEntryPointKind kind);
new System.Fabric.Description.EntryPointDescription : System.Fabric.Description.CodePackageEntryPointKind -> System.Fabric.Description.EntryPointDescription
Protected Sub New (kind As CodePackageEntryPointKind)

Parameters

kind
CodePackageEntryPointKind

A CodePackageEntryPointKind specifying the type of entry point.

Applies to