Subject | English | Korean |
comp., MS | binding dependency | 바인딩 의존 관계 (A kind of dependency that indicates a binding of parameterized class, or template, parameters to actual values to create a bound, or nonparameterized, element) |
comp., MS | binding entry | 바인딩 항목 (A mapping between a field in a table and a variable. In the ADO Visual C++ extensions, Recordset fields are mapped to C/C++ variables) |
comp., MS | binding file | 바인딩 파일 (A file that contains a snapshot of the binding as seen at that instant. It does not contain details about the completeness of the binding with respect to the orchestration) |
comp., MS | binding policy | 바인딩 정책 (A policy that establishes which version of an assembly is loaded by the common language runtime) |
comp., MS | binding source | 바인딩 소스 (In data binding, the object from which the value is obtained) |
comp., MS | binding target | 바인딩 대상 (In data binding, the object that consumes the value of the binding) |
comp., MS | binding time | 바인딩 시간 (The point in a program's use at which binding of information occurs, usually in reference to program elements being bound to their storage locations and values. The most common binding times are during compilation (compile-time binding), during linking (link-time binding), and during program execution (run-time binding)) |