AssemblyLoadContext 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| AssemblyLoadContext() |
AssemblyLoadContext 클래스의 새 인스턴스를 초기화합니다. |
| AssemblyLoadContext(Boolean) |
언로드를 사용할 수 있는지 여부를 나타내는 값을 사용하여 클래스의 AssemblyLoadContext 새 인스턴스를 초기화합니다. |
| AssemblyLoadContext(String, Boolean) |
언로드를 사용할 수 있는지 여부를 나타내는 이름과 값을 사용하여 클래스의 AssemblyLoadContext 새 인스턴스를 초기화합니다. |
AssemblyLoadContext()
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
AssemblyLoadContext 클래스의 새 인스턴스를 초기화합니다.
protected:
AssemblyLoadContext();
protected AssemblyLoadContext();
Protected Sub New ()
설명
이 생성자는 보호됩니다. 클래스 또는 파생 클래스에서 AssemblyLoadContext 만 호출할 수 있습니다.
적용 대상
AssemblyLoadContext(Boolean)
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
언로드를 사용할 수 있는지 여부를 나타내는 값을 사용하여 클래스의 AssemblyLoadContext 새 인스턴스를 초기화합니다.
protected:
AssemblyLoadContext(bool isCollectible);
protected AssemblyLoadContext(bool isCollectible);
new System.Runtime.Loader.AssemblyLoadContext : bool -> System.Runtime.Loader.AssemblyLoadContext
Protected Sub New (isCollectible As Boolean)
매개 변수
- isCollectible
- Boolean
false 언로드를 사용하도록 설정하는 것과 관련된 성능 비용이 있기 때문입니다.
설명
이 생성자는 보호됩니다. 클래스 또는 파생 클래스에서 AssemblyLoadContext 만 호출할 수 있습니다.
적용 대상
AssemblyLoadContext(String, Boolean)
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
- Source:
- AssemblyLoadContext.cs
언로드를 사용할 수 있는지 여부를 나타내는 이름과 값을 사용하여 클래스의 AssemblyLoadContext 새 인스턴스를 초기화합니다.
public AssemblyLoadContext(string? name, bool isCollectible = false);
new System.Runtime.Loader.AssemblyLoadContext : string * bool -> System.Runtime.Loader.AssemblyLoadContext
Public Sub New (name As String, Optional isCollectible As Boolean = false)
매개 변수
- isCollectible
- Boolean
false 언로드를 사용하도록 설정하는 것과 관련된 성능 비용이 있기 때문입니다.