Assert.AssertIsInstanceOfTypeInterpolatedStringHandler 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 Assert.IsInstanceOfType 보간된 문자열 처리기를 제공합니다.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public readonly struct Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.CompilerServices.InterpolatedStringHandler]
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
public readonly struct Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.CompilerServices.InterpolatedStringHandler]
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
[System.Diagnostics.StackTraceHidden]
public readonly struct Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type Assert.AssertIsInstanceOfTypeInterpolatedStringHandler = struct
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Runtime.CompilerServices.InterpolatedStringHandler>]
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type Assert.AssertIsInstanceOfTypeInterpolatedStringHandler = struct
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Runtime.CompilerServices.InterpolatedStringHandler>]
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Diagnostics.StackTraceHidden>]
type Assert.AssertIsInstanceOfTypeInterpolatedStringHandler = struct
Public Structure Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
- 상속
-
Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
- 특성
설명
이 형식은 컴파일러에서 사용됩니다. 사용자는 직접 참조해서는 안 됩니다.
생성자
| Name | Description |
|---|---|
| Assert.AssertIsInstanceOfTypeInterpolatedStringHandler(Int32, Int32, Object, Type, Boolean) |
Assert.AssertIsInstanceOfTypeInterpolatedStringHandler 구조체의 새 인스턴스를 초기화합니다. |
메서드
| Name | Description |
|---|---|
| AppendFormatted(Object, Int32, String) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |
| AppendFormatted(ReadOnlySpan<Char>, Int32, String) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |
| AppendFormatted(ReadOnlySpan<Char>) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |
| AppendFormatted(String, Int32, String) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |
| AppendFormatted(String) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |
| AppendFormatted<T>(T, Int32, String) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |
| AppendFormatted<T>(T, Int32) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |
| AppendFormatted<T>(T, String) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |
| AppendFormatted<T>(T) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |
| AppendLiteral(String) |
어설션이 실패할 때만 메시지를 할당하고 서식을 지정하는 오버로드에서 사용하는 |