다음을 통해 공유


KnownAssemblyAttribute 생성자

정의

오버로드

KnownAssemblyAttribute(String)

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

KnownAssemblyAttribute(Type)

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

KnownAssemblyAttribute(String)

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

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

매개 변수

assemblyName
String

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

적용 대상

KnownAssemblyAttribute(Type)

Source:
KnownAssemblyAttribute.cs

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

public KnownAssemblyAttribute (Type type);
new Orleans.CodeGeneration.KnownAssemblyAttribute : Type -> Orleans.CodeGeneration.KnownAssemblyAttribute
Public Sub New (type As Type)

매개 변수

type
Type

대상 어셈블리에 포함된 형식입니다. 형식 자체는 관련이 없으며 어셈블리를 정확하게 식별하는 방법일 뿐입니다.

적용 대상