다음을 통해 공유


OrleansCodeGenerationTargetAttribute 생성자

정의

오버로드

OrleansCodeGenerationTargetAttribute(String)

OrleansCodeGenerationTargetAttribute의 새 인스턴스를 초기화합니다.

OrleansCodeGenerationTargetAttribute(String, Boolean)

OrleansCodeGenerationTargetAttribute의 새 인스턴스를 초기화합니다.

OrleansCodeGenerationTargetAttribute(String)

Source:
OrleansCodeGenerationTargetAttribute.cs

OrleansCodeGenerationTargetAttribute의 새 인스턴스를 초기화합니다.

public OrleansCodeGenerationTargetAttribute (string assemblyName);
new Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute : string -> Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute
Public Sub New (assemblyName As String)

매개 변수

assemblyName
String

대상 어셈블리 이름입니다.

적용 대상

OrleansCodeGenerationTargetAttribute(String, Boolean)

Source:
OrleansCodeGenerationTargetAttribute.cs

OrleansCodeGenerationTargetAttribute의 새 인스턴스를 초기화합니다.

public OrleansCodeGenerationTargetAttribute (string assemblyName, bool metadataOnly);
new Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute : string * bool -> Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute
Public Sub New (assemblyName As String, metadataOnly As Boolean)

매개 변수

assemblyName
String

대상 어셈블리 이름입니다.

metadataOnly
Boolean

대상 어셈블리에 대한 메타데이터만 생성되었는지 여부

적용 대상