次の方法で共有


DependencyType 列挙型

定義

依存関係の種類。

public enum class DependencyType
public enum DependencyType
type DependencyType = 
Public Enum DependencyType
継承
DependencyType

フィールド

AnalyzerAssembly 4

アナライザー アセンブリリファレンス。

Assembly 2

アセンブリ参照。

Package 1

NuGet パッケージの依存関係。

Project 3

プロジェクト参照。

Target 0

project.assets.json の Target secion を表します。 (この種類の依存関係は、プロジェクトの直接の依存関係です)。

Unknown 5

不明な参照型。

適用対象