System 네임스페이스
일반적으로 사용되는 값과 참조 데이터 형식, 이벤트와 이벤트 처리기, 인터페이스, 특성, 예외 처리 등을 정의하는 핵심 클래스 및 기본 클래스가 포함되어 있습니다. Contains fundamental classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and processing exceptions.
클래스
AccessViolationException |
보호된 메모리를 읽거나 쓰려고 할 때 발생하는 예외입니다.The exception that is thrown when there is an attempt to read or write protected memory. |
ActivationContext |
현재 애플리케이션의 활성화 컨텍스트를 식별합니다.Identifies the activation context for the current application. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
Activator |
개체의 형식을 로컬 또는 원격으로 만들거나 기존 원격 개체에 대한 참조를 얻는 메서드를 포함합니다.Contains methods to create types of objects locally or remotely, or obtain references to existing remote objects. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
AggregateException |
애플리케이션을 실행하는 동안 발생하는 하나 이상의 오류를 나타냅니다.Represents one or more errors that occur during application execution. |
AppContext |
애플리케이션의 컨텍스트에 대한 데이터를 설정 및 검색하기 위한 멤버를 제공합니다.Provides members for setting and retrieving data about an application's context. |
AppDomain |
애플리케이션이 실행되는 격리된 환경인 애플리케이션 도메인을 나타냅니다.Represents an application domain, which is an isolated environment where applications execute. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
AppDomainManager |
관리되지 않는 호스트의 관리되는 항목을 제공합니다.Provides a managed equivalent of an unmanaged host. |
AppDomainSetup |
AppDomain의 인스턴스에 추가할 수 있는 어셈블리 바인딩 정보를 나타냅니다.Represents assembly binding information that can be added to an instance of AppDomain. |
AppDomainUnloadedException |
언로드된 애플리케이션 도메인에 액세스할 때 throw되는 예외입니다.The exception that is thrown when an attempt is made to access an unloaded application domain. |
ApplicationException |
애플리케이션 정의 예외의 기본 클래스 역할을 합니다.Serves as the base class for application-defined exceptions. |
ApplicationId |
매니페스트 기반 애플리케이션을 고유하게 식별하는 데 사용되는 정보를 포함합니다.Contains information used to uniquely identify a manifest-based application. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ApplicationIdentity |
매니페스트로 활성화되는 애플리케이션을 고유하게 식별하는 기능을 제공합니다.Provides the ability to uniquely identify a manifest-activated application. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ArgumentException |
메서드에 제공된 인수 중 하나가 유효하지 않을 때 throw되는 예외입니다.The exception that is thrown when one of the arguments provided to a method is not valid. |
ArgumentNullException |
null 참조를 올바른 인수로 받아들이지 않는 메서드에 null 참조(Visual Basic에서는 |
ArgumentOutOfRangeException |
인수 값이 호출된 메서드에서 정의한 값의 허용 범위를 벗어날 때 throw되는 예외입니다.The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |
ArithmeticException |
산술, 캐스팅 또는 변환 작업에서 오류가 발생한 경우 throw되는 예외입니다.The exception that is thrown for errors in an arithmetic, casting, or conversion operation. |
Array |
배열을 만들고, 조작하고, 검색 및 정렬하여 공용 언어 런타임에서 모든 배열의 기본 클래스 역할을 수행하도록 하는 메서드를 제공합니다.Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime. |
ArrayTypeMismatchException |
배열 내에 잘못된 형식의 요소를 저장하려고 시도하는 경우 throw되는 예외입니다.The exception that is thrown when an attempt is made to store an element of the wrong type within an array. |
AssemblyLoadEventArgs |
AssemblyLoad 이벤트에 대한 데이터를 제공합니다.Provides data for the AssemblyLoad event. |
Attribute |
사용자 지정 특성에 대한 기본 클래스를 나타냅니다.Represents the base class for custom attributes. |
AttributeUsageAttribute |
다른 특성 클래스의 사용을 지정합니다.Specifies the usage of another attribute class. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
BadImageFormatException |
DLL(동적 연결 라이브러리)의 파일 이미지 또는 실행 가능한 프로그램이 유효하지 않을 때 throw되는 예외입니다.The exception that is thrown when the file image of a dynamic link library (DLL) or an executable program is invalid. |
BinaryData | |
BitConverter |
기본 데이터 형식을 바이트의 배열로, 바이트의 배열을 기본 데이터 형식으로 변환합니다.Converts base data types to an array of bytes, and an array of bytes to base data types. |
Buffer |
기본 형식의 배열을 조작합니다.Manipulates arrays of primitive types. |
CannotUnloadAppDomainException |
애플리케이션 도메인 언로드에 실패하면 throw 되는 예외입니다.The exception that is thrown when an attempt to unload an application domain fails. |
CharEnumerator |
String 개체의 반복 및 개별 문자 읽기를 지원합니다.Supports iterating over a String object and reading its individual characters. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
CLSCompliantAttribute |
프로그램 요소가 CLS(공용 언어 사양)을 준수하는지 여부를 나타냅니다.Indicates whether a program element is compliant with the Common Language Specification (CLS). 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
Console |
콘솔 애플리케이션에 대한 표준 입력, 출력 및 오류 스트림을 나타냅니다.Represents the standard input, output, and error streams for console applications. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ConsoleCancelEventArgs |
CancelKeyPress 이벤트에 대한 데이터를 제공합니다.Provides data for the CancelKeyPress event. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ContextBoundObject |
모든 컨텍스트 바인딩 클래스에 대한 기본 클래스를 정의합니다.Defines the base class for all context-bound classes. |
ContextMarshalException |
컨텍스트 경계 전체에 개체를 마샬링하는 데 실패한 경우 throw되는 예외입니다.The exception that is thrown when an attempt to marshal an object across a context boundary fails. |
ContextStaticAttribute |
정적 필드의 값이 특정 컨텍스트에 대해 고유함을 나타냅니다.Indicates that the value of a static field is unique for a particular context. |
Convert |
기본 데이터 형식을 다른 데이터 형식으로 변환합니다.Converts a base data type to another base data type. |
DataMisalignedException |
데이터 크기의 배수가 아닌 주소에서 데이터 단위를 읽거나 쓰면 이 예외가 throw됩니다.The exception that is thrown when a unit of data is read from or written to an address that is not a multiple of the data size. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
DBNull |
존재하지 않는 값을 나타냅니다.Represents a nonexistent value. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
Delegate |
클래스 인스턴스와 해당 클래스의 인스턴스 메서드 또는 정적 메서드를 참조하는 데이터 구조체인 대리자를 나타냅니다.Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class. |
DivideByZeroException |
정수나 Decimal 값을 0으로 나누려 할 때 throw되는 예외입니다.The exception that is thrown when there is an attempt to divide an integral or Decimal value by zero. |
DllNotFoundException |
DLL 가져오기에 지정된 DLL을 찾을 수 없을 때 throw되는 예외입니다.The exception that is thrown when a DLL specified in a DLL import cannot be found. |
DuplicateWaitObjectException |
개체가 동기화 개체의 배열에서 두 번 이상 나타나면 throw되는 예외입니다.The exception that is thrown when an object appears more than once in an array of synchronization objects. |
EntryPointNotFoundException |
진입 메서드가 없어서 클래스를 로드하지 못했을 때 throw되는 예외입니다.The exception that is thrown when an attempt to load a class fails due to the absence of an entry method. |
Enum |
열거형에 대한 기본 클래스를 제공합니다.Provides the base class for enumerations. |
Environment |
현재 환경 및 플랫폼에 대한 정보 및 조작 방법을 제공합니다.Provides information about, and means to manipulate, the current environment and platform. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
EventArgs |
이벤트 데이터를 포함하는 클래스의 기본 클래스를 나타내며 이벤트 데이터를 포함하지 않는 이벤트에 사용할 값을 제공합니다.Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data. |
Exception |
애플리케이션 실행 중에 발생하는 오류를 나타냅니다.Represents errors that occur during application execution. |
ExecutionEngineException |
공용 언어 런타임의 실행 엔진에 내부 오류가 있을 때 throw되는 예외입니다.The exception that is thrown when there is an internal error in the execution engine of the common language runtime. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
FieldAccessException |
클래스 내의 전용 필드나 보호된 필드에 잘못된 액세스를 시도하는 경우에 throw되는 예외입니다.The exception that is thrown when there is an invalid attempt to access a private or protected field inside a class. |
FileStyleUriParser |
File 체계를 기반으로 하는 사용자 지정할 수 있는 파서입니다.A customizable parser based on the File scheme. |
FlagsAttribute |
열거형을 비트 필드 즉, 플래그 집합으로 처리할 수 있음을 나타냅니다.Indicates that an enumeration can be treated as a bit field; that is, a set of flags. |
FormatException |
인수의 형식이 올바르지 않거나 합성 서식 문자열이 잘못 만들어진 경우 예외가 throw됩니다.The exception that is thrown when the format of an argument is invalid, or when a composite format string is not well formed. |
FormattableString |
서식을 지정할 인수와 함께 복합 형식 문자열을 나타냅니다.Represents a composite format string, along with the arguments to be formatted. |
FtpStyleUriParser |
FTP(파일 전송 프로토콜) 체계를 기반으로 하는 사용자 지정할 수 있는 파서입니다.A customizable parser based on the File Transfer Protocol (FTP) scheme. |
GC |
사용하지 않는 메모리를 자동적으로 회수하는 서비스인 시스템 가비지 수집기를 제어합니다.Controls the system garbage collector, a service that automatically reclaims unused memory. |
GenericUriParser |
계층적 URI에 대한 사용자 지정할 수 있는 파서입니다.A customizable parser for a hierarchical URI. |
GopherStyleUriParser |
Gopher 체계를 기반으로 하는 사용자 지정할 수 있는 파서입니다.A customizable parser based on the Gopher scheme. |
HttpStyleUriParser |
HTTP 체계를 기반으로 하는 사용자 지정할 수 있는 파서입니다.A customizable parser based on the HTTP scheme. |
IndexOutOfRangeException |
해당 범위 외부에 있는 인덱스를 사용하여 배열 또는 컬렉션의 요소에 액세스하려고 할 때 발생하는 예외입니다.The exception that is thrown when an attempt is made to access an element of an array or collection with an index that is outside its bounds. |
InsufficientExecutionStackException |
대부분의 메서드를 실행하기 위한 실행 스택이 부족할 때 throw되는 예외입니다.The exception that is thrown when there is insufficient execution stack available to allow most methods to execute. |
InsufficientMemoryException |
사용 가능한 메모리가 충분하지 확인하는 작업이 실패하면 발생하는 예외입니다.The exception that is thrown when a check for sufficient available memory fails. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
InvalidCastException |
잘못된 캐스팅 또는 명시적 변환에 대해 throw되는 예외입니다.The exception that is thrown for invalid casting or explicit conversion. |
InvalidOperationException |
메서드 호출이 개체의 현재 상태에 대해 유효하지 않을 때 throw되는 예외입니다.The exception that is thrown when a method call is invalid for the object's current state. |
InvalidProgramException |
프로그램에 잘못된 MSIL(Microsoft Intermediate Language) 또는 메타데이터가 있을 경우 throw되는 예외입니다.The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata. 일반적으로 이것은 프로그램이 생성된 컴파일러의 버그를 나타냅니다.Generally this indicates a bug in the compiler that generated the program. |
InvalidTimeZoneException |
표준 시간대 정보가 올바르지 않을 때 throw되는 예외입니다.The exception that is thrown when time zone information is invalid. |
Lazy<T> |
초기화 지연에 대한 지원을 제공합니다.Provides support for lazy initialization. |
Lazy<T,TMetadata> |
Managed Extensibility Framework에서 사용할 개체 및 연결된 메타데이터에 대한 지연 간접 참조를 제공합니다.Provides a lazy indirect reference to an object and its associated metadata for use by the Managed Extensibility Framework. |
LdapStyleUriParser |
LDAP(Lightweight Directory Access Protocol) 체계를 기반으로 하는 사용자 지정할 수 있는 파서입니다.A customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme. |
LoaderOptimizationAttribute |
실행 가능한 애플리케이션의 Main 메서드에 대한 기본 로더 최적화 정책을 설정하는 데 사용됩니다.Used to set the default loader optimization policy for the main method of an executable application. |
LocalDataStoreSlot |
메모리 슬롯을 캡슐화하여 로컬 데이터를 저장합니다.Encapsulates a memory slot to store local data. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
MarshalByRefObject |
원격 통신을 지원하는 애플리케이션에서 애플리케이션 도메인 경계를 넘어 개체에 액세스할 수 있습니다.Enables access to objects across application domain boundaries in applications that support remoting. |
Math |
삼각, 로그 및 기타 일반 수학 함수에 대한 상수 및 정적 메서드를 제공합니다.Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions. |
MathF |
삼각, 로그 및 기타 일반 수학 함수에 대한 상수 및 정적 메서드를 제공합니다.Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions. |
MemberAccessException |
클래스 멤버에 액세스하지 못했을 때 throw되는 예외입니다.The exception that is thrown when an attempt to access a class member fails. |
MemoryExtensions |
Memory<T>, ReadOnlyMemory<T>, Span<T>, ReadOnlySpan<T>와 같은 메모리 및 범위 관련 형식에 대한 확장 메서드를 제공합니다.Provides extension methods for for the memory- and span-related types, such as Memory<T>, ReadOnlyMemory<T>, Span<T>, and ReadOnlySpan<T>. |
MethodAccessException |
부분적으로 신뢰할 수 있는 코드에서 개인 메서드에 액세스하는 경우와 같이 메서드에 잘못된 액세스를 시도하는 경우 발생하는 예외입니다.The exception that is thrown when there is an invalid attempt to access a method, such as accessing a private method from partially trusted code. |
MissingFieldException |
존재하지 않는 필드를 동적으로 액세스하려고 할 때 throw되는 예외입니다.The exception that is thrown when there is an attempt to dynamically access a field that does not exist. 클래스 라이브러리에 있는 필드가 제거되거나 이름이 변경된 경우 해당 라이브러리를 참조하는 모든 어셈블리를 다시 컴파일하십시오.If a field in a class library has been removed or renamed, recompile any assemblies that reference that library. |
MissingMemberException |
존재하지 않거나 public으로 선언되지 않은 클래스 멤버에 동적으로 액세스하려고 할 때 throw되는 예외입니다.The exception that is thrown when there is an attempt to dynamically access a class member that does not exist or that is not declared as public. 클래스 라이브러리에서 멤버가 제거되거나 이름이 변경된 경우 해당 라이브러리를 참조하는 모든 어셈블리를 다시 컴파일하십시오.If a member in a class library has been removed or renamed, recompile any assemblies that reference that library. |
MissingMethodException |
존재하지 않는 메서드에 동적으로 액세스하려고 할 때 throw되는 예외입니다.The exception that is thrown when there is an attempt to dynamically access a method that does not exist. |
MTAThreadAttribute |
애플리케이션의 COM 스레딩 모델이 MTA(다중 스레드 아파트)임을 나타냅니다.Indicates that the COM threading model for an application is multithreaded apartment (MTA). |
MulticastDelegate |
멀티캐스트 대리자 즉, 해당 호출 목록에 둘 이상의 요소를 가질 수 있는 대리자를 나타냅니다.Represents a multicast delegate; that is, a delegate that can have more than one element in its invocation list. |
MulticastNotSupportedException |
Delegate 형식 대신 MulticastDelegate 형식을 기반으로 두 대리자를 결합하려고 하면 throw되는 예외입니다.The exception that is thrown when there is an attempt to combine two delegates based on the Delegate type instead of the MulticastDelegate type. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
NetPipeStyleUriParser |
"Indigo" 시스템의 NetPipe 스키마를 기반으로 하는 파서입니다.A parser based on the NetPipe scheme for the "Indigo" system. |
NetTcpStyleUriParser |
"Indigo" 시스템의 NetTcp 체계를 기반으로 하는 파서입니다.A parser based on the NetTcp scheme for the "Indigo" system. |
NewsStyleUriParser |
NNTP(Network News Transfer Protocol)를 사용하는 news 체계를 기반으로 하는 사용자 지정할 수 있는 파서입니다.A customizable parser based on the news scheme using the Network News Transfer Protocol (NNTP). |
NonSerializedAttribute |
serializable 클래스의 필드를 serialize할 수 없음을 나타냅니다.Indicates that a field of a serializable class should not be serialized. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
NotFiniteNumberException |
부동 소수점 값이 양의 무한대, 음의 무한대 또는 NaN(Not-a-Number)일 때 throw되는 예외입니다.The exception that is thrown when a floating-point value is positive infinity, negative infinity, or Not-a-Number (NaN). |
NotImplementedException |
요청한 메서드 또는 연산이 구현되지 않을 때 throw되는 예외입니다.The exception that is thrown when a requested method or operation is not implemented. |
NotSupportedException |
호출된 메서드가 지원되지 않거나, 호출된 기능을 지원하지 않는 스트림에 읽기, 검색 또는 쓰기를 수행하려고 할 때 throw되는 예외입니다.The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality. |
Nullable |
|
NullReferenceException |
null 개체 참조를 역참조하려고 할 때 throw되는 예외입니다.The exception that is thrown when there is an attempt to dereference a null object reference. |
Object |
.NET 클래스 계층 구조의 모든 클래스를 지원하며 파생 클래스에 하위 수준 서비스를 제공합니다.Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. 이는 모든 .NET 클래스의 궁극적인 기본 클래스이며 형식 계층 구조의 루트입니다.This is the ultimate base class of all .NET classes; it is the root of the type hierarchy. |
ObjectDisposedException |
삭제된 개체에서 연산이 수행될 때 throw되는 예외입니다.The exception that is thrown when an operation is performed on a disposed object. |
ObsoleteAttribute |
더 이상 사용하지 않는 프로그램 요소를 표시합니다.Marks the program elements that are no longer in use. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
OperatingSystem |
버전 및 플랫폼 식별자 등의 운영 체제에 대한 정보를 나타냅니다.Represents information about an operating system, such as the version and platform identifier. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
OperationCanceledException |
스레드에서 실행 중인 작업을 취소할 때 해당 스레드에서 throw되는 예외입니다.The exception that is thrown in a thread upon cancellation of an operation that the thread was executing. |
OutOfMemoryException |
프로그램을 계속 실행하기 위한 메모리가 부족할 때 throw되는 예외입니다.The exception that is thrown when there is not enough memory to continue the execution of a program. |
OverflowException |
checked 컨텍스트의 산술, 캐스팅 또는 변환 연산으로 인해 오버플로가 발생하는 경우 throw되는 예외입니다.The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow. |
ParamArrayAttribute |
해당 메서드의 호출 시 여러 가지 인수를 사용할 수 있음을 나타냅니다.Indicates that a method will allow a variable number of arguments in its invocation. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
PlatformNotSupportedException |
특정 플랫폼에서 기능이 실행되지 않을 때 throw되는 예외입니다.The exception that is thrown when a feature does not run on a particular platform. |
Progress<T> |
보고된 각 진행률 값에 대한 콜백을 호출하는 IProgress<T>을 제공합니다.Provides an IProgress<T> that invokes callbacks for each reported progress value. |
Random |
의사(pseudo) 난수 생성기를 나타냅니다. 이 알고리즘은 무작위성에 대한 통계적인 특정 요구 사항과 일치하는 숫자 시퀀스를 생성합니다.Represents a pseudo-random number generator, which is an algorithm that produces a sequence of numbers that meet certain statistical requirements for randomness. |
RankException |
차원 수가 잘못된 배열을 메서드에 전달한 경우에 throw 되는 예외입니다.The exception that is thrown when an array with the wrong number of dimensions is passed to a method. |
ResolveEventArgs |
TypeResolve, ResourceResolve, ReflectionOnlyAssemblyResolve, AssemblyResolve 이벤트 등의 로더 확인 이벤트에 대한 데이터를 제공합니다.Provides data for loader resolution events, such as the TypeResolve, ResourceResolve, ReflectionOnlyAssemblyResolve, and AssemblyResolve events. |
SerializableAttribute |
클래스가 serialize될 수 있음을 나타냅니다.Indicates that a class can be serialized. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
StackOverflowException |
실행 스택에 중첩 메서드 호출이 너무 많아서 오버플로될 때 throw되는 예외입니다.The exception that is thrown when the execution stack overflows because it contains too many nested method calls. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
STAThreadAttribute |
애플리케이션에 대한 COM 스레딩 모델이 STA(단일 스레드 아파트)임을 나타냅니다.Indicates that the COM threading model for an application is single-threaded apartment (STA). |
String |
텍스트를 UTF-16 코드 단위의 시퀀스로 나타냅니다.Represents text as a sequence of UTF-16 code units. |
StringComparer |
특정 대/소문자 및 문화권 기반 또는 서수 비교 규칙을 사용하는 문자열 비교 연산을 나타냅니다.Represents a string comparison operation that uses specific case and culture-based or ordinal comparison rules. |
StringNormalizationExtensions |
정규화된 문자열을 사용하는 확장 메서드를 제공합니다.Provides extension methods to work with string normalization. |
SystemException |
시스템 예외 네임스페이스의 기본 클래스 역할을 합니다.Serves as the base class for system exceptions namespace. |
ThreadStaticAttribute |
정적 필드의 값이 각 스레드에 대해 고유함을 나타냅니다.Indicates that the value of a static field is unique for each thread. |
TimeoutException |
프로세스나 작업에 할당된 시간이 만료될 때 throw되는 예외입니다.The exception that is thrown when the time allotted for a process or operation has expired. |
TimeZone |
표준 시간대를 나타냅니다.Represents a time zone. |
TimeZoneInfo |
세계의 특정 표준 시간대를 나타냅니다.Represents any time zone in the world. |
TimeZoneInfo.AdjustmentRule |
일광 절약 시간 전환과 같은 표준 시간대 조정에 대한 정보를 제공합니다.Provides information about a time zone adjustment, such as the transition to and from daylight saving time. |
TimeZoneNotFoundException |
표준 시간대를 찾을 수 없는 경우 발생되는 예외입니다.The exception that is thrown when a time zone cannot be found. |
Tuple |
튜플 개체를 작성하는 정적 메서드를 제공합니다.Provides static methods for creating tuple objects. |
Tuple<T1> |
1개의 요소로 구성된 튜플 또는 singleton을 나타냅니다.Represents a 1-tuple, or singleton. |
Tuple<T1,T2> |
2개의 요소로 구성된 튜플 또는 쌍을 나타냅니다.Represents a 2-tuple, or pair. |
Tuple<T1,T2,T3> |
3개의 요소로 구성된 튜플 또는 삼중을 나타냅니다.Represents a 3-tuple, or triple. |
Tuple<T1,T2,T3,T4> |
4개의 요소로 구성된 튜플 또는 4중을 나타냅니다.Represents a 4-tuple, or quadruple. |
Tuple<T1,T2,T3,T4,T5> |
5개의 요소로 구성된 튜플을 나타냅니다.Represents a 5-tuple, or quintuple. |
Tuple<T1,T2,T3,T4,T5,T6> |
6개의 요소로 구성된 튜플을 나타냅니다.Represents a 6-tuple, or sextuple. |
Tuple<T1,T2,T3,T4,T5,T6,T7> |
7개의 요소로 구성된 튜플 또는 7중을 나타냅니다.Represents a 7-tuple, or septuple. |
Tuple<T1,T2,T3,T4,T5,T6,T7,TRest> |
n 튜플을 나타냅니다. 여기에서 n 은 8 이상입니다.Represents an n -tuple, where n is 8 or greater. |
TupleExtensions |
C#의 튜플에 대한 언어 지원과 상호 운용할 수 있도록 튜플용 확장 메서드를 제공합니다.Provides extension methods for tuples to interoperate with language support for tuples in C#. |
Type |
클래스 형식, 인터페이스 형식, 배열 형식, 값 형식, 열거형 형식, 형식 매개 변수, 제네릭 형식 정의 및 개방형 생성 제네릭 형식이나 폐쇄형 생성 제네릭 형식에 대한 형식 선언을 나타냅니다.Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types. |
TypeAccessException |
메서드가 액세스할 수 없는 형식을 사용하려고 할 때 throw되는 예외입니다.The exception that is thrown when a method attempts to use a type that it does not have access to. |
TypeInitializationException |
클래스 이니셜라이저에 의해 throw되는 예외 주위에서 래퍼로 throw되는 예외입니다.The exception that is thrown as a wrapper around the exception thrown by the class initializer. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
TypeLoadException |
형식 로드 시 오류가 발생할 때 throw되는 예외입니다.The exception that is thrown when type-loading failures occur. |
TypeUnloadedException |
언로드된 클래스에 액세스하려고 할 때 throw되는 예외입니다.The exception that is thrown when there is an attempt to access an unloaded class. |
UnauthorizedAccessException |
I/O 오류 또는 특정 형식의 보안 오류로 인해 운영 체제가 액세스를 거부할 때 throw되는 예외입니다.The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error. |
UnhandledExceptionEventArgs |
애플리케이션 도메인에서 처리되지 않은 예외가 있을 때 발생하는 이벤트에 대한 데이터를 제공합니다.Provides data for the event that is raised when there is an exception that is not handled in any application domain. |
Uri |
URI(Uniform Resource Indentifier)의 개체 표현을 제공하며 URI 부분에 쉽게 액세스할 수 있도록 합니다.Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI. |
UriBuilder |
URI(Uniform Resource Indentifier)에 대한 사용자 지정 생성자를 제공하고 Uri 클래스의 URI를 수정합니다.Provides a custom constructor for uniform resource identifiers (URIs) and modifies URIs for the Uri class. |
UriFormatException |
잘못된 URI(Uniform Resource Identifier)가 감지될 때 throw되는 예외입니다.The exception that is thrown when an invalid Uniform Resource Identifier (URI) is detected. |
UriParser |
새 URI 체계를 구문 분석합니다.Parses a new URI scheme. 이 클래스는 추상 클래스입니다.This is an abstract class. |
UriTemplate |
URI(Uniform Resource Identifier) 템플릿을 나타내는 클래스입니다.A class that represents a Uniform Resource Identifier (URI) template. |
UriTemplateEquivalenceComparer |
UriTemplate 인스턴스의 참조 동등성이 아닌 구조적 동등성을 비교하는 데 사용하는 클래스입니다.A class used to compare UriTemplate instances for structural (instead of reference) equivalence. |
UriTemplateMatch |
UriTemplate 인스턴스에 대한 일치 작업의 결과를 나타내는 클래스입니다.A class that represents the results of a match operation on a UriTemplate instance. |
UriTemplateMatchException |
Uri 를 UriTemplateTable과 일치시킬 때 오류를 나타냅니다.Represents an error when matching a Uri to a UriTemplateTable. |
UriTemplateTable |
UriTemplate 개체의 연결 세트를 나타내는 클래스입니다.A class that represents an associative set of UriTemplate objects. |
UriTypeConverter |
String 형식을 Uri 형식으로 변환하거나 그 반대로 변환합니다.Converts a String type to a Uri type, and vice versa. |
ValueType |
값 형식의 기본 클래스를 제공합니다.Provides the base class for value types. |
Version |
어셈블리, 운영 체제 또는 공용 언어 런타임의 버전 번호를 나타냅니다.Represents the version number of an assembly, operating system, or the common language runtime. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
WeakReference |
가비지 수집에 의한 개체 회수를 허용하면서 개체를 참조하는 약한 참조를 나타냅니다.Represents a weak reference, which references an object while still allowing that object to be reclaimed by garbage collection. |
WeakReference<T> |
개체가 가비지 수집에서 회수될 수 있도록 허용하면서 개체를 참조하는 형식화된 약한 참조를 나타냅니다.Represents a typed weak reference, which references an object while still allowing that object to be reclaimed by garbage collection. |
WindowsRuntimeSystemExtensions |
작업과 Windows 런타임 비동기 작업 간 변환을 위한 확장 메서드를 포함합니다.Provides extension methods for converting between tasks and Windows Runtime asynchronous actions and operations. |
구조체
ArgIterator |
가변 길이의 인수 목록, 즉 사용하는 인수의 수가 가변적인 함수의 매개 변수를 나타냅니다.Represents a variable-length argument list; that is, the parameters of a function that takes a variable number of arguments. |
ArraySegment<T>.Enumerator |
ArraySegment<T>의 요소에 대한 열거자를 제공합니다.Provides an enumerator for the elements of an ArraySegment<T>. |
ArraySegment<T> |
1차원 배열의 섹션을 구분합니다.Delimits a section of a one-dimensional array. |
Boolean |
부울( |
Byte |
부호 없는 8비트 정수를 나타냅니다.Represents an 8-bit unsigned integer. |
Char |
UTF-16 코드 단위인 문자를 나타냅니다.Represents a character as a UTF-16 code unit. |
ConsoleKeyInfo |
콘솔 키로 표현된 문자와 Shift, Alt 및 Ctrl 보조키의 상태를 포함하여 누른 콘솔 키를 설명합니다.Describes the console key that was pressed, including the character represented by the console key and the state of the SHIFT, ALT, and CTRL modifier keys. |
DateTime |
일반적으로 날짜와 시간으로 표시된 시간을 나타냅니다.Represents an instant in time, typically expressed as a date and time of day. |
DateTimeOffset |
UTC(협정 세계시)를 기준으로 일반적으로 날짜와 시간으로 표현한 시각을 나타냅니다.Represents a point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC). |
Decimal |
10진수 부동 소수점 숫자를 나타냅니다.Represents a decimal floating-point number. |
Double |
배정밀도 부동 소수점 숫자를 나타냅니다.Represents a double-precision floating-point number. |
GCGenerationInfo |
GCMemoryInfo에 보고된 GC의 진출입 시 생성의 크기와 조각화를 나타냅니다.Represents the size and the fragmenation of a generation on entry and on exit of the GC reported in GCMemoryInfo. |
GCMemoryInfo |
가비지 수집 정보를 검색하는 데 사용할 수 있는 API 집합을 제공합니다.Provides a set of APIs that can be used to retrieve garbage collection information. |
Guid |
GUID(Globally Unique IDentifier)를 나타냅니다.Represents a globally unique identifier (GUID). |
Half |
IEEE 754 규격 |
HashCode |
여러 값에 대한 해시 코드를 단일 해시 코드로 결합합니다.Combines the hash code for multiple values into a single hash code. |
Index |
시작 또는 끝에서 컬렉션을 인덱싱하는 데 사용할 수 있는 형식을 나타냅니다.Represents a type that can be used to index a collection either from the start or the end. |
Int16 |
부호 있는 16비트 정수를 나타냅니다.Represents a 16-bit signed integer. |
Int32 |
부호 있는 32비트 정수를 나타냅니다.Represents a 32-bit signed integer. |
Int64 |
부호 있는 64비트 정수를 나타냅니다.Represents a 64-bit signed integer. |
IntPtr |
포인터나 핸들을 나타내는 데 사용되는 플랫폼별 형식입니다.A platform-specific type that is used to represent a pointer or a handle. |
Memory<T> |
메모리의 연속 영역을 나타냅니다.Represents a contiguous region of memory. |
ModuleHandle |
모듈의 런타임 핸들을 나타냅니다.Represents a runtime handle for a module. |
Nullable<T> |
|
Range |
시작 인덱스와 끝 인덱스가 있는 범위를 나타냅니다.Represents a range that has start and end indexes. |
ReadOnlyMemory<T> |
ReadOnlySpan<T>과 유사한 메모리의 연속 영역을 나타냅니다.Represents a contiguous region of memory, similar to ReadOnlySpan<T>. ReadOnlySpan<T>과 달리 byref와 유사한 형식이 아닙니다.Unlike ReadOnlySpan<T>, it is not a byref-like type. |
ReadOnlySpan<T>.Enumerator |
ReadOnlySpan<T>의 요소에 대한 열거자를 제공합니다.Provides an enumerator for the elements of a ReadOnlySpan<T>. |
ReadOnlySpan<T> |
인접한 임의의 메모리 영역에 대해 형식이 안전하고 메모리가 안전한 읽기 전용 표현을 제공합니다.Provides a type-safe and memory-safe read-only representation of a contiguous region of arbitrary memory. |
RuntimeArgumentHandle |
가변 길이 인수 목록을 참조합니다.References a variable-length argument list. |
RuntimeFieldHandle |
내부 메타데이터 토큰을 사용하여 필드를 나타냅니다.Represents a field using an internal metadata token. |
RuntimeMethodHandle |
RuntimeMethodHandle은 메서드의 내부 메타데이터 표현에 대한 핸들입니다.RuntimeMethodHandle is a handle to the internal metadata representation of a method. |
RuntimeTypeHandle |
내부 메타데이터 토큰을 사용하여 형식을 나타냅니다.Represents a type using an internal metadata token. |
SByte |
8비트 부호 있는 정수를 나타냅니다.Represents an 8-bit signed integer. |
SequencePosition |
인접하지 않은 메모리 집합의 위치를 나타냅니다.Represents a position in a non-contiguous set of memory. 이 형식의 속성은 해당 속성을 만든 형식으로만 해석되어야 합니다.Properties of this type should not be interpreted by anything but the type that created it. |
Single |
단정밀도 부동 소수점 숫자를 나타냅니다.Represents a single-precision floating-point number. |
Span<T>.Enumerator |
Span<T>의 요소에 대한 열거자를 제공합니다.Provides an enumerator for the elements of a Span<T>. |
Span<T> |
인접한 임의의 메모리 영역에 대해 형식 및 메모리 안전 표현을 제공합니다.Provides a type- and memory-safe representation of a contiguous region of arbitrary memory. |
TimeSpan |
시간 간격을 나타냅니다.Represents a time interval. |
TimeZoneInfo.TransitionTime |
특정 표준 시간대에서 일광 절약 시간제를 표준 시간으로 변경하거나 그 반대의 경우와 같은 특정 시간 변경에 대한 정보를 제공합니다.Provides information about a specific time change, such as the change from daylight saving time to standard time or vice versa, in a particular time zone. |
TypedReference |
위치에 대한 관리되는 포인터와 해당 위치에 저장될 수 있는 형식의 런타임 표현이 모두 들어 있는 개체를 설명합니다.Describes objects that contain both a managed pointer to a location and a runtime representation of the type that may be stored at that location. |
UInt16 |
16비트 부호 없는 정수를 나타냅니다.Represents a 16-bit unsigned integer. |
UInt32 |
32비트 부호 없는 정수를 나타냅니다.Represents a 32-bit unsigned integer. |
UInt64 |
64비트 부호 없는 정수를 나타냅니다.Represents a 64-bit unsigned integer. |
UIntPtr |
포인터나 핸들을 나타내는 데 사용되는 플랫폼별 형식입니다.A platform-specific type that is used to represent a pointer or a handle. |
ValueTuple |
값 튜플 만들기를 위한 정적 메서드를 제공합니다.Provides static methods for creating value tuples. |
ValueTuple<T1> |
단일 구성 요소가 포함된 값 튜플을 나타냅니다.Represents a value tuple with a single component. |
ValueTuple<T1,T2> |
2개 구성 요소가 포함된 값 튜플을 나타냅니다.Represents a value tuple with 2 components. |
ValueTuple<T1,T2,T3> |
3개 구성 요소가 포함된 값 튜플을 나타냅니다.Represents a value tuple with 3 components. |
ValueTuple<T1,T2,T3,T4> |
4개 구성 요소가 포함된 값 튜플을 나타냅니다.Represents a value tuple with 4 components. |
ValueTuple<T1,T2,T3,T4,T5> |
5개 구성 요소가 포함된 값 튜플을 나타냅니다.Represents a value tuple with 5 components. |
ValueTuple<T1,T2,T3,T4,T5,T6> |
6개 구성 요소가 포함된 값 튜플을 나타냅니다.Represents a value tuple with 6 components. |
ValueTuple<T1,T2,T3,T4,T5,T6,T7> |
7개 구성 요소가 포함된 값 튜플을 나타냅니다.Represents a value tuple with 7 components. |
ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest> |
n 개 값이 포함된 튜플을 나타냅니다. 여기서 n 은 8 이상입니다.Represents an n -value tuple, where n is 8 or greater. |
Void |
값을 반환하지 않는 메서드의 반환 값 형식을 지정합니다.Specifies a return value type for a method that does not return a value. |
인터페이스
_AppDomain |
AppDomain 클래스의 public 멤버를 비관리 코드에 노출합니다.Exposes the public members of the AppDomain class to unmanaged code. |
IAppDomainSetup |
AppDomain의 인스턴스에 추가할 수 있는 어셈블리 바인딩 정보를 나타냅니다.Represents assembly binding information that can be added to an instance of AppDomain. |
IAsyncDisposable |
비관리형 리소스를 비동기적으로 해제하기 위한 메커니즘을 제공합니다.Provides a mechanism for releasing unmanaged resources asynchronously. |
IAsyncResult |
비동기 작업의 상태를 나타냅니다.Represents the status of an asynchronous operation. |
ICloneable |
복제(클래스에서 기존 인스턴스와 같은 값을 갖는 새 인스턴스를 만듦)를 지원합니다.Supports cloning, which creates a new instance of a class with the same value as an existing instance. |
IComparable |
값 형식 또는 클래스에서 해당 인스턴스를 정렬 및 순서 지정하기 위해 구현하는 일반화된 형식별 비교 메서드를 정의합니다.Defines a generalized type-specific comparison method that a value type or class implements to order or sort its instances. |
IComparable<T> |
인스턴스를 정렬하는 형식 고유의 비교 메서드를 만들기 위해 값 형식 또는 클래스에서 구현하는 일반화된 비교 메서드를 정의합니다.Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method for ordering or sorting its instances. |
IConvertible |
구현하는 참조의 값 또는 값 형식을 같은 값의 공용 언어 런타임 형식으로 변환하는 메서드를 정의합니다.Defines methods that convert the value of the implementing reference or value type to a common language runtime type that has an equivalent value. |
ICustomFormatter |
개체 값의 사용자 지정 서식 지정을 지원하는 메서드를 정의합니다.Defines a method that supports custom formatting of the value of an object. |
IDisposable |
관리되지 않은 리소스 해제를 위한 메커니즘을 제공합니다.Provides a mechanism for releasing unmanaged resources. |
IEquatable<T> |
값 형식 또는 클래스에서 인스턴스의 같음을 결정하는 형식별 메서드를 만들기 위해 구현하는 일반화된 메서드를 정의합니다.Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances. |
IFormatProvider |
서식 지정을 제어하는 개체를 검색하기 위한 메커니즘을 제공합니다.Provides a mechanism for retrieving an object to control formatting. |
IFormattable |
개체의 값을 문자열 표현으로 서식 지정하는 기능을 제공합니다.Provides functionality to format the value of an object into a string representation. |
IObservable<T> |
푸시 기반 알림을 위한 공급자를 정의합니다.Defines a provider for push-based notification. |
IObserver<T> |
푸시 기반 알림을 받기 위한 메커니즘을 제공합니다.Provides a mechanism for receiving push-based notifications. |
IProgress<T> |
진행률 업데이트에 대한 공급자를 정의합니다.Defines a provider for progress updates. |
IServiceProvider |
서비스 개체 즉, 다른 개체에 대한 사용자 지정 지원을 제공하는 개체를 검색하는 메커니즘을 정의합니다.Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects. |
열거형
ActivationContext.ContextForm |
매니페스트로 활성화되는 애플리케이션의 컨텍스트를 나타냅니다.Indicates the context for a manifest-activated application. |
AppDomainManagerInitializationOptions |
새 도메인을 초기화할 때 사용자 지정 애플리케이션 도메인 관리자가 수행하는 작업을 지정합니다.Specifies the action that a custom application domain manager takes when initializing a new domain. |
AttributeTargets |
특성을 적용하는 데 유효한 애플리케이션 요소를 지정합니다.Specifies the application elements on which it is valid to apply an attribute. |
Base64FormattingOptions |
관련 ToBase64CharArray 및 ToBase64String 메서드가 출력에 줄 바꿈을 삽입할지 여부를 지정합니다.Specifies whether relevant ToBase64CharArray and ToBase64String methods insert line breaks in their output. |
ConsoleColor |
콘솔의 전경색과 배경색을 정의하는 상수를 지정합니다.Specifies constants that define foreground and background colors for the console. |
ConsoleKey |
콘솔의 표준 키를 지정합니다.Specifies the standard keys on a console. |
ConsoleModifiers |
키보드의 Shift, Alt 및 Ctrl 보조키를 나타냅니다.Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard. |
ConsoleSpecialKey |
현재 프로세스를 중단할 수 있는 보조키와 콘솔 키의 조합을 지정합니다.Specifies combinations of modifier and console keys that can interrupt the current process. |
DateTimeKind |
DateTime 개체가 현지 시간 또는 UTC(지역 표준시)를 나타내는지 아니면 현지 시간 또는 UTC로 지정되지 않는지 여부를 지정합니다.Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. |
DayOfWeek |
요일을 지정합니다.Specifies the day of the week. |
Environment.SpecialFolder |
시스템 특수 폴더에 대한 디렉터리 경로를 검색하는 데 사용되는 열거 상수를 지정합니다.Specifies enumerated constants used to retrieve directory paths to system special folders. |
Environment.SpecialFolderOption |
특수 폴더의 경로를 가져오는 데 사용할 옵션을 지정합니다.Specifies options to use for getting the path to a special folder. |
EnvironmentVariableTarget |
set 또는 get 작업에서 환경 변수가 저장되거나 검색되는 위치를 지정합니다.Specifies the location where an environment variable is stored or retrieved in a set or get operation. |
GCCollectionMode |
강제 가비지 수집에 대한 동작을 지정합니다.Specifies the behavior for a forced garbage collection. |
GCKind |
가비지 수집의 종류를 지정합니다.Specifies the kind of a garbage collection. |
GCNotificationStatus |
다음 전체 가비지 수집에 대한 알림에 현재 등록에 대한 정보를 제공합니다.Provides information about the current registration for notification of the next full garbage collection. |
GenericUriParserOptions | |
LoaderOptimization |
LoaderOptimizationAttribute 클래스와 함께 실행 파일에 대한 로더 최적화를 지정하는 데 사용할 열거형입니다.An enumeration used with the LoaderOptimizationAttribute class to specify loader optimizations for an executable. |
MidpointRounding |
수학적 반올림 메서드가 두 수의 중간에 있는 수를 처리하는 방식을 지정합니다.Specifies how mathematical rounding methods should process a number that is midway between two numbers. |
PlatformID |
어셈블리에서 지원하는 운영 체제 또는 플랫폼을 식별합니다.Identifies the operating system, or platform, supported by an assembly. |
StringComparison |
Compare(String, String) 및 Equals(Object) 메서드의 특정 오버로드에서 사용할 문화권, 대/소문자 및 정렬 규칙을 지정합니다.Specifies the culture, case, and sort rules to be used by certain overloads of the Compare(String, String) and Equals(Object) methods. |
StringSplitOptions |
반환된 배열에서 빈 부분 문자열을 생략할지 또는 부분 문자열의 공백을 자를지 등 해당하는 Split 메서드 오버로드에 대한 옵션을 지정합니다.Specifies options for applicable Split method overloads, such as whether to omit empty substrings from the returned array or trim whitespace from substrings. |
TypeCode |
개체의 형식을 지정합니다.Specifies the type of an object. |
UriComponents | |
UriFormat |
URI 정보가 이스케이프되는 방법을 제어합니다.Controls how URI information is escaped. |
UriHostNameType |
CheckHostName(String) 메서드에 대한 호스트 이름 형식을 정의합니다.Defines host name types for the CheckHostName(String) method. |
UriIdnScope |
IdnElement 네임스페이스의 System.Configuration 구성 설정에 사용할 수 있는 값을 제공합니다.Provides the possible values for the configuration setting of the IdnElement in the System.Configuration namespace. |
UriKind |
다양한 종류의 URI를 정의합니다.Defines the different kinds of URIs. |
UriPartial |
GetLeftPart(UriPartial) 메서드에 대한 URI 일부를 정의합니다.Defines the parts of a URI for the GetLeftPart(UriPartial) method. |
대리자
Action |
매개 변수가 없으며 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has no parameters and does not return a value. |
Action<T> |
매개 변수가 하나이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has a single parameter and does not return a value. |
Action<T1,T2> |
2개의 매개 변수가 있으며 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has two parameters and does not return a value. |
Action<T1,T2,T3> |
매개 변수가 3개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has three parameters and does not return a value. |
Action<T1,T2,T3,T4> |
4개의 매개 변수가 있으며 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has four parameters and does not return a value. |
Action<T1,T2,T3,T4,T5> |
매개 변수가 5개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has five parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6> |
매개 변수가 6개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has six parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7> |
매개 변수가 7개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has seven parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7,T8> |
매개 변수가 8개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has eight parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
매개 변수가 아홉 개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has nine parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
매개 변수가 10개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has 10 parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
매개 변수가 11개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has 11 parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
매개 변수가 12개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has 12 parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
매개 변수가 13개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has 13 parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
매개 변수가 14개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has 14 parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
매개 변수가 15개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has 15 parameters and does not return a value. |
Action<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
매개 변수가 16개이고 값을 반환하지 않는 메서드를 캡슐화합니다.Encapsulates a method that has 16 parameters and does not return a value. |
AppDomainInitializer |
애플리케이션 도메인이 초기화될 때 호출할 콜백 메서드를 나타냅니다.Represents the callback method to invoke when the application domain is initialized. |
AssemblyLoadEventHandler |
AssemblyLoad의 AppDomain 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that handles the AssemblyLoad event of an AppDomain. |
AsyncCallback |
해당 비동기 작업을 완료할 때 호출되는 메서드를 참조합니다.References a method to be called when a corresponding asynchronous operation completes. |
Comparison<T> |
형식이 같은 두 개체를 비교하는 메서드를 나타냅니다.Represents the method that compares two objects of the same type. |
ConsoleCancelEventHandler |
CancelKeyPress의 Console 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CancelKeyPress event of a Console. |
Converter<TInput,TOutput> |
개체를 한 형식에서 다른 형식으로 변환하는 메서드를 나타냅니다.Represents a method that converts an object from one type to another type. |
CrossAppDomainDelegate |
응용 프로그램 간 도메인 호출을 위해 DoCallBack(CrossAppDomainDelegate)에서 사용됩니다.Used by DoCallBack(CrossAppDomainDelegate) for cross-application domain calls. |
EventHandler |
이벤트 데이터가 없는 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle an event that has no event data. |
EventHandler<TEventArgs> |
이벤트가 데이터를 제공할 때 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle an event when the event provides data. |
Func<TResult> |
매개 변수가 없고 |
Func<T,TResult> |
매개 변수가 하나이고 |
Func<T1,T2,TResult> |
매개 변수가 두 개이고 |
Func<T1,T2,T3,TResult> |
매개 변수가 세 개이고 |
Func<T1,T2,T3,T4,TResult> |
4개의 매개 변수가 있으며 |
Func<T1,T2,T3,T4,T5,TResult> |
매개 변수가 5개이고 |
Func<T1,T2,T3,T4,T5,T6,TResult> |
매개 변수가 6개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,TResult> |
매개 변수가 7개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,T8,TResult> |
매개 변수가 8개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,TResult> |
매개 변수가 9개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,TResult> |
매개 변수가 10개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,TResult> |
매개 변수가 11개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,TResult> |
매개 변수가 12개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,TResult> |
매개 변수가 13개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,TResult> |
매개 변수가 14개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,TResult> |
매개 변수가 15개이고 |
Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,TResult> |
매개 변수가 16개이고 |
Predicate<T> |
조건 집합을 정의하고 지정된 개체가 이러한 조건을 충족하는지 여부를 확인하는 메서드를 나타냅니다.Represents the method that defines a set of criteria and determines whether the specified object meets those criteria. |
ResolveEventHandler |
TypeResolve의 ResourceResolve, AssemblyResolve 또는 AppDomain 이벤트를 처리하는 메서드를 나타냅니다.Represents a method that handles the TypeResolve, ResourceResolve, or AssemblyResolve event of an AppDomain. |
UnhandledExceptionEventHandler |
애플리케이션 도메인에서 처리되지 않는 예외에 의해 발생된 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the event raised by an exception that is not handled by the application domain. |
설명
다른 클래스는 데이터 형식 변환, 메서드 매개 변수 조작, 수학, 원격 및 로컬 프로그램 호출, 애플리케이션 환경 관리 및 감독 하 고 관리 되지 않는 관리 되는 애플리케이션을 지 원하는 서비스를 제공 합니다.Other classes provide services supporting data type conversion, method parameter manipulation, mathematics, remote and local program invocation, application environment management, and supervision of managed and unmanaged applications.
액세스 형식에 System 정규화 된 형식 이름을 제공 하지 않고 C# 코드에서 네임 스페이스는 using System;
소스 코드 파일의 시작 부분에 문의 합니다.To access types in the System namespace from C# code without having to provide fully qualified type names, include the using System;
statement at the beginning of your source code file.
액세스 형식에 System 네임 스페이스에서 C + + 정규화 된 형식 이름을 제공 하지 않고도 CLI 코드에 포함는 using namespace System;
소스 코드 파일의 시작 부분에 문의 합니다.To access types in the System namespace from C++/CLI code without having to provide fully qualified type names, include the using namespace System;
statement at the beginning of your source code file. 또한 사용 하 여 컴파일해야 합니다 /clr 전환 합니다.In addition, you must compile with the /clr switch.