JP2014525623A - オペレーティングシステムのネイティブプログラミングインターフェイスの他のプログラミング言語の中への投射 - Google Patents
オペレーティングシステムのネイティブプログラミングインターフェイスの他のプログラミング言語の中への投射 Download PDFInfo
- Publication number
- JP2014525623A JP2014525623A JP2014528374A JP2014528374A JP2014525623A JP 2014525623 A JP2014525623 A JP 2014525623A JP 2014528374 A JP2014528374 A JP 2014528374A JP 2014528374 A JP2014528374 A JP 2014528374A JP 2014525623 A JP2014525623 A JP 2014525623A
- Authority
- JP
- Japan
- Prior art keywords
- operating system
- api
- javascript
- language
- metadata
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 claims description 46
- 238000004590 computer program Methods 0.000 claims description 9
- 230000001131 transforming effect Effects 0.000 claims description 2
- 230000006870 function Effects 0.000 description 23
- 238000006243 chemical reaction Methods 0.000 description 10
- 238000011161 development Methods 0.000 description 9
- 238000004891 communication Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 238000004519 manufacturing process Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000003068 static effect Effects 0.000 description 2
- 230000009466 transformation Effects 0.000 description 2
- 102100030148 Integrator complex subunit 8 Human genes 0.000 description 1
- 101710092891 Integrator complex subunit 8 Proteins 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 230000005055 memory storage Effects 0.000 description 1
- 230000000644 propagated effect Effects 0.000 description 1
- 230000001902 propagating effect Effects 0.000 description 1
- 230000000717 retained effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/448—Execution paradigms, e.g. implementations of programming paradigms
- G06F9/4482—Procedural
- G06F9/4484—Executing subprograms
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/448—Execution paradigms, e.g. implementations of programming paradigms
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/541—Interprogram communication via adapters, e.g. between incompatible applications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/36—Software reuse
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Devices For Executing Special Programs (AREA)
- Stored Programmes (AREA)
Abstract
Description
[uuid(…)]
delegate HRESULT Comparer([in] HSTRING s1,[in] HSTRING s2,[out,retval] Boolean*value)
interface IStringCollection
{
HRESULT Sort([in] Comparer compare);
}
//create an instance of a class that implements IStringCollection
strCol=getIStringCollection()
strCol.sort(function(s1,s2){returen s1>s2;});
Claims (10)
- コンピューターで実施される方法であって:
オペレーティングシステムのアプリケーションプログラミングインターフェイスを記述するメモリーの中にメタデータを受け取るステップと;
前記アプリケーションプログラミングインターフェイスのうち一つのエレメントに関するプログラミング言語におけるプログラムの中の名前付きエレメントの指標を受け取るステップと;
前記メタデータを使用して、前記アプリケーションプログラミングインターフェイスの前記名前付きエレメントを投射するステップと、を含む、
ことを特徴とする方法。 - 前記投射するステップは、前記プログラムがコンパイルされるときに、
一つまたはそれ以上のエレメントを作成するコードを作成するステップ、および、作成された前記エレメントをタイプに従って変換するステップと、
を含む請求項1に記載の方法。 - 前記投射するステップは、前記プログラムがインタープリートされるときに、
一つまたはそれ以上のエレメントを作成するコードを作成するステップと、
作成された前記エレメントをタイプに従って変換するステップと、
を含む請求項1に記載の方法。 - 前記投射するステップは、
オペレーティングシステム表現とアプリケーション表現との間でタイプに従ってデータを変換するステップ、
を含む請求項1に記載の方法。 - 前記投射するステップは、
メソッド、プロパティ、および、イベントを含むインターフェイスを投射するステップ、
を含む請求項1に記載の方法。 - 一つまたはそれ以上のプロセッサと;
一つまたはそれ以上のコンピューターストレージメディアと;
前記コンピューターストレージメディア上に保管されたコンピュータープログラムであり、プロセッサデバイスによって処理されるときに、オペレーティングシステムのアプリケーションプログラミングインターフェイスとプログラミング言語におけるアプリケーションとの間で言語投射を実施するコンピュータープログラムと、
を含み、
前記アプリケーションプログラミングインターフェイスは、メモリーの中に保管されたメタデータによって記述されており;
前記言語投射は、
前記アプリケーションプログラミングインターフェイスのうち一つのエレメントに関するプログラミング言語における名前付きエレメントの指標を受け取り、かつ、
前記メタデータを使用して、前記アプリケーションプログラミングインターフェイスの前記名前付きエレメントを前記プログラミング言語における前記アプリケーションへ投射する、
ことを特徴とするコンピューターマシン。 - 前記投射は、前記プログラムがコンパイルされるときに、
一つまたはそれ以上のエレメントを作成するコードを作成し、かつ、作成された前記エレメントをタイプに従って変換する、
請求項6に記載のコンピューターマシン。 - 前記投射は、前記プログラムがインタープリートされるときに、
一つまたはそれ以上のエレメントを作成するコードを作成し、かつ、作成された前記エレメントをタイプに従って変換する、
請求項6に記載のコンピューターマシン。 - 前記投射は、
オペレーティングシステム表現とアプリケーション表現との間でタイプに従ってデータを変換する、
請求項6に記載のコンピューターマシン。 - 前記投射は、
メソッド、プロパティ、および、イベントを含むインターフェイスを投射する、
請求項6に記載のコンピューターマシン。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/223,296 | 2011-08-31 | ||
US13/223,296 US8695021B2 (en) | 2011-08-31 | 2011-08-31 | Projecting native application programming interfaces of an operating system into other programming languages |
PCT/US2011/055704 WO2013032506A1 (en) | 2011-08-31 | 2011-10-11 | Projecting native application programming interfaces of an operating system into other programming languages |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2014525623A true JP2014525623A (ja) | 2014-09-29 |
JP2014525623A5 JP2014525623A5 (ja) | 2014-11-13 |
JP5905577B2 JP5905577B2 (ja) | 2016-04-20 |
Family
ID=47445766
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014528374A Expired - Fee Related JP5905577B2 (ja) | 2011-08-31 | 2011-10-11 | オペレーティングシステムのネイティブプログラミングインターフェイスの他のプログラミング言語の中への投射 |
Country Status (12)
Country | Link |
---|---|
US (2) | US8695021B2 (ja) |
EP (1) | EP2751673A4 (ja) |
JP (1) | JP5905577B2 (ja) |
KR (1) | KR101896138B1 (ja) |
CN (1) | CN102866884B (ja) |
AU (1) | AU2011375748B2 (ja) |
BR (1) | BR112014004469A2 (ja) |
CA (1) | CA2845480C (ja) |
MX (2) | MX366619B (ja) |
RU (1) | RU2598600C2 (ja) |
TW (2) | TWI536263B (ja) |
WO (1) | WO2013032506A1 (ja) |
Families Citing this family (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9798524B1 (en) * | 2007-12-04 | 2017-10-24 | Axway, Inc. | System and method for exposing the dynamic web server-side |
US9116780B2 (en) * | 2013-02-06 | 2015-08-25 | Google Inc. | Method for modeling source code having code segments that lack source location |
US9864861B2 (en) | 2014-03-27 | 2018-01-09 | Intel Corporation | Object oriented marshaling scheme for calls to a secure region |
US10635504B2 (en) | 2014-10-16 | 2020-04-28 | Microsoft Technology Licensing, Llc | API versioning independent of product releases |
US10394552B2 (en) | 2016-05-17 | 2019-08-27 | Dropbox, Inc. | Interface description language for application programming interfaces |
US10146519B2 (en) * | 2016-09-20 | 2018-12-04 | Bluedata Software, Inc. | Generation and deployment of scripts for large scale processing framework services |
CN107957911B (zh) * | 2016-10-18 | 2019-07-05 | 腾讯科技(深圳)有限公司 | 组件调用的方法和装置、组件数据处理的方法和装置 |
WO2018215502A1 (en) * | 2017-05-23 | 2018-11-29 | Koninklijke Kpn N.V. | Coordinate mapping for rendering panoramic scene |
US10620980B2 (en) | 2018-03-28 | 2020-04-14 | Microsoft Technology Licensing, Llc | Techniques for native runtime of hypertext markup language graphics content |
US10866845B2 (en) * | 2018-05-16 | 2020-12-15 | Microsoft Technology Licensing, Llc | Exposing native OS APIS in a web browser |
CN108920218B (zh) * | 2018-05-23 | 2023-03-03 | 北京五八信息技术有限公司 | 一种反射调用方法、装置、终端及计算机可读存储介质 |
US10725745B2 (en) * | 2018-05-24 | 2020-07-28 | Walmart Apollo, Llc | Systems and methods for polyglot analysis |
JP7067286B2 (ja) * | 2018-06-06 | 2022-05-16 | オムロン株式会社 | 制御システム、制御システムの制御方法、および制御システムのプログラム |
CN108920133B (zh) * | 2018-06-14 | 2021-06-18 | 北京三快在线科技有限公司 | 跨语言编程方法、装置、电子设备及存储介质 |
AU2019337773B2 (en) * | 2018-09-11 | 2024-02-15 | Mastercard Technologies Canada ULC | Transpilation of fraud detection rules to native language source code |
US10838780B2 (en) * | 2018-12-10 | 2020-11-17 | Mcafee, Llc | Portable hosted content |
CN113835755B (zh) * | 2021-09-24 | 2023-08-22 | 天津津航计算技术研究所 | 一种无操作系统环境下串口控制台实现方法 |
US12026558B2 (en) | 2021-12-01 | 2024-07-02 | UiPath, Inc. | Integration extensions |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6233731B1 (en) * | 1997-08-18 | 2001-05-15 | Microsoft Corporation | Program-interface converter for multiple-platform computer systems |
JP2003508846A (ja) * | 1999-09-01 | 2003-03-04 | マイクロソフト コーポレイション | Apiのためのスタブの提供による不適合アプリケーションの修正 |
JP2005182775A (ja) * | 2003-12-10 | 2005-07-07 | Microsoft Corp | カーネルモードシミングのためのドライバ固有コンテキスト |
US20050183097A1 (en) * | 2004-02-13 | 2005-08-18 | Carter Eric H. | Schema-based machine generated programming models |
JP2007519081A (ja) * | 2003-10-23 | 2007-07-12 | マイクロソフト コーポレーション | オーディオ/ビデオデータを体系化するシステムおよび方法 |
JP2008501173A (ja) * | 2004-05-28 | 2008-01-17 | ノキア コーポレイション | 一般アプリケーションプログラムインタフェースを実装するためのシステム及び方法 |
Family Cites Families (93)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5097533A (en) | 1988-11-29 | 1992-03-17 | International Business Machines Corporation | System and method for interfacing computer application programs written in different languages to a software system |
US5339422A (en) * | 1991-03-07 | 1994-08-16 | Digital Equipment Corporation | System and method for jacketing cross-domain calls in a multi-code execution and debugging system within a multi-architecture environment |
US5910180A (en) | 1995-11-21 | 1999-06-08 | Diamond Multimedia Systems, Inc. | Context virtualizing device driver architecture |
US5887172A (en) * | 1996-01-10 | 1999-03-23 | Sun Microsystems, Inc. | Remote procedure call system and method for RPC mechanism independent client and server interfaces interoperable with any of a plurality of remote procedure call backends |
US6035342A (en) | 1997-03-19 | 2000-03-07 | Microsoft Corporation | Method and computer program product for implementing object relationships |
US20050182828A1 (en) | 1999-04-21 | 2005-08-18 | Interactual Technologies, Inc. | Platform specific execution |
EP1117033A1 (en) | 2000-01-14 | 2001-07-18 | Sun Microsystems, Inc. | Dynamic dispatch function |
US6813770B1 (en) | 2000-04-21 | 2004-11-02 | Sun Microsystems, Inc. | Abstract syntax notation to interface definition language converter framework for network management |
US7783720B1 (en) | 2000-04-21 | 2010-08-24 | Oracle America, Inc. | CORBA metadata gateway to telecommunications management network |
US7577834B1 (en) | 2000-05-09 | 2009-08-18 | Sun Microsystems, Inc. | Message authentication using message gates in a distributed computing environment |
US6691302B1 (en) | 2000-05-31 | 2004-02-10 | Siemens Information & Communications Networks, Inc. | Interfacing a service component to a native API |
US7574346B2 (en) * | 2000-10-30 | 2009-08-11 | Microsoft Corporation | Kernel emulator for non-native program modules |
US7065742B1 (en) | 2000-10-30 | 2006-06-20 | Microsoft Corporation | System and method for dynamically processing declarative language instance data |
US6993744B2 (en) | 2000-12-19 | 2006-01-31 | Tajen Corporation | Method for enabling a compiler or interpreter to use identifiers found at run time in a map container object in a manner similar or identical to identifiers declared at compile time |
US20020161596A1 (en) | 2001-04-30 | 2002-10-31 | Johnson Robert E. | System and method for validation of storage device addresses |
US6996832B2 (en) | 2001-05-30 | 2006-02-07 | Bea Systems, Inc. | System and method for software component plug-in framework |
CA2349905A1 (en) * | 2001-06-07 | 2002-12-07 | Ibm Canada Limited-Ibm Canada Limitee | System and method of mapping between software objects and structured language element based documents |
US7581231B2 (en) | 2001-07-10 | 2009-08-25 | Microsoft Corporation | Computing system and method for allowing plurality of applications written in different programming languages to communicate and request resources or services via a common language runtime layer |
US7165239B2 (en) | 2001-07-10 | 2007-01-16 | Microsoft Corporation | Application program interface for network software platform |
US7631084B2 (en) | 2001-11-02 | 2009-12-08 | Juniper Networks, Inc. | Method and system for providing secure access to private networks with client redirection |
US20040201600A1 (en) | 2001-12-14 | 2004-10-14 | Microsoft Corporation | Methods and system for providing an XML-based interface description language |
US7330971B1 (en) | 2002-01-11 | 2008-02-12 | Microsoft Corporation | Delegated administration of namespace management |
US20030188043A1 (en) | 2002-03-27 | 2003-10-02 | Woodall Thomas R. | Two layer middleware architecture with an intermediate target independent interface |
US7320123B2 (en) | 2002-04-01 | 2008-01-15 | Sun Microsystems, Inc. | Method and system for detecting deprecated elements during runtime |
US7424717B2 (en) | 2002-05-01 | 2008-09-09 | Bea Systems, Inc. | Systems and methods for business process plug-in development |
US7219339B1 (en) | 2002-10-29 | 2007-05-15 | Cisco Technology, Inc. | Method and apparatus for parsing and generating configuration commands for network devices using a grammar-based framework |
US7412658B2 (en) | 2002-11-14 | 2008-08-12 | Sap Ag | Modeling system for graphic user interface |
US7171539B2 (en) * | 2002-11-18 | 2007-01-30 | Arm Limited | Apparatus and method for controlling access to a memory |
US7546607B2 (en) | 2002-11-19 | 2009-06-09 | Microsoft Corporation | Native code exposing virtual machine managed object |
US7784044B2 (en) | 2002-12-02 | 2010-08-24 | Microsoft Corporation | Patching of in-use functions on a running computer system |
US6993603B2 (en) * | 2002-12-09 | 2006-01-31 | Microsoft Corporation | Managed file system filter model and architecture |
US7197417B2 (en) | 2003-02-14 | 2007-03-27 | Advantest America R&D Center, Inc. | Method and structure to develop a test program for semiconductor integrated circuits |
US7846023B2 (en) | 2003-03-27 | 2010-12-07 | Microsoft Corporation | Application-centric user interface techniques |
US7383255B2 (en) | 2003-06-23 | 2008-06-03 | Microsoft Corporation | Common query runtime system and application programming interface |
US7380235B1 (en) | 2003-06-27 | 2008-05-27 | Microsoft Corporation | Application program interface call replay tool |
US7519951B2 (en) | 2003-09-30 | 2009-04-14 | International Business Machines Corporation | Multi-attribute dynamic link library packaging |
US7721254B2 (en) | 2003-10-24 | 2010-05-18 | Microsoft Corporation | Programming interface for a computer platform |
US7493592B2 (en) | 2003-10-24 | 2009-02-17 | Microsoft Corporation | Programming interface for a computer platform |
US8055907B2 (en) | 2003-10-24 | 2011-11-08 | Microsoft Corporation | Programming interface for a computer platform |
US20050114832A1 (en) | 2003-11-24 | 2005-05-26 | Microsoft Corporation | Automatically generating program code from a functional model of software |
GB2409735A (en) | 2003-12-30 | 2005-07-06 | Ibm | Method and system for change management of interfaces in distributed computer systems |
US7444621B2 (en) | 2004-02-20 | 2008-10-28 | Microsoft Corporation | Method and system for providing a common operating system |
US20050216552A1 (en) * | 2004-03-24 | 2005-09-29 | Samuel Fineberg | Communication-link-attached persistent memory system |
US7707583B2 (en) | 2004-05-20 | 2010-04-27 | Sap Ag | Robust sharing of runtime systems |
US8306991B2 (en) | 2004-06-07 | 2012-11-06 | Symantec Operating Corporation | System and method for providing a programming-language-independent interface for querying file system content |
US7941402B2 (en) | 2004-09-24 | 2011-05-10 | Sap Ag | Storing and using classes in databases |
US8898123B2 (en) | 2005-06-07 | 2014-11-25 | Rockwell Automation Technologies, Inc. | Method and system for interface configuration via device-side scripting |
WO2006055838A2 (en) | 2004-11-18 | 2006-05-26 | America Online, Inc. | Runtime environment |
US20060161910A1 (en) | 2005-01-14 | 2006-07-20 | International Business Machines Corporation | Method, system and program product for automatically ensuring compatability of a code module loaded into a program-code environment |
US7519713B2 (en) | 2005-02-04 | 2009-04-14 | Microsoft Corporation | Mapping between object oriented and service oriented representations of a distributed application |
US7950023B2 (en) | 2005-02-04 | 2011-05-24 | Microsoft Corporation | Utilizing abstract descriptions to generate, exchange, and configure service and client runtimes |
US7325007B2 (en) | 2005-03-07 | 2008-01-29 | Microsoft Corporation | System and method for supporting non-native data types in a database API |
US7685635B2 (en) | 2005-03-11 | 2010-03-23 | Microsoft Corporation | Systems and methods for multi-level intercept processing in a virtual machine environment |
US7716661B2 (en) | 2005-03-16 | 2010-05-11 | Microsoft Corporation | Embedded device update service |
US20060287890A1 (en) | 2005-06-15 | 2006-12-21 | Vanderbilt University | Method and apparatus for organizing and integrating structured and non-structured data across heterogeneous systems |
US7992140B2 (en) * | 2005-07-29 | 2011-08-02 | Microsoft Corporation | Compiler supporting programs as data objects |
US20070039010A1 (en) | 2005-08-15 | 2007-02-15 | Microsoft Corporation | Automatic generation of software code to facilitate interoperability |
KR101198583B1 (ko) | 2005-10-12 | 2012-11-06 | 한국과학기술원 | 메타데이터를 이용한 멀티미디어 미들웨어 장치와 그 관리방법 및 기록 매체 |
US7624257B2 (en) | 2005-11-30 | 2009-11-24 | International Business Machines Corporation | Digital data processing apparatus having hardware multithreading support including a register set reserved for special class threads |
US7716246B2 (en) | 2005-11-30 | 2010-05-11 | Microsoft Corporation | Dynamic mechanism for providing metadata |
US20070156913A1 (en) | 2005-12-30 | 2007-07-05 | Hiroyuki Miyamoto | Method for enabling extension points through plug-ins |
US9081585B1 (en) | 2006-03-31 | 2015-07-14 | The Mathworks, Inc. | Interfacing a device driver with an application using a virtual driver interface and a strategy |
DE602006014360D1 (de) * | 2006-04-13 | 2010-07-01 | Microsoft Corp | Virtuelles Ausführungssystem für ressourcen-beschränkte Geräte |
US8104048B2 (en) | 2006-08-04 | 2012-01-24 | Apple Inc. | Browsing or searching user interfaces and other aspects |
ATE496350T1 (de) | 2006-09-11 | 2011-02-15 | Software Ag | System zur verwaltung des lebenszyklus einer dienstorientierten architektur |
GB0619147D0 (en) | 2006-09-28 | 2006-11-08 | Ibm | A method, apparatus or software for managing software component version identifications in a componentised software system |
US7971208B2 (en) | 2006-12-01 | 2011-06-28 | Microsoft Corporation | Developing layered platform components |
US8370818B2 (en) | 2006-12-02 | 2013-02-05 | Time Warner Cable Inc. | Methods and apparatus for analyzing software interface usage |
JP2009020705A (ja) | 2007-07-12 | 2009-01-29 | Hitachi Ltd | Guiアプリケーション開発支援装置及び開発支援方法 |
US20090024986A1 (en) * | 2007-07-19 | 2009-01-22 | Microsoft Corporation | Runtime code modification |
US8667482B2 (en) | 2007-08-10 | 2014-03-04 | Microsoft Corporation | Automated application modeling for application virtualization |
KR100927442B1 (ko) | 2007-08-16 | 2009-11-19 | 주식회사 마크애니 | 가상 응용프로그램 생성 시스템, 가상 응용프로그램 설치방법, 네이티브 api 호출 처리 방법 및 가상응용프로그램 수행 방법 |
US8364683B2 (en) | 2007-08-30 | 2013-01-29 | International Business Machines Corporation | Importing and reconciling resources from disjoint name spaces to a common namespace |
US20090132285A1 (en) * | 2007-10-31 | 2009-05-21 | Mckesson Information Solutions Llc | Methods, computer program products, apparatuses, and systems for interacting with medical data objects |
KR101528853B1 (ko) | 2007-12-14 | 2015-07-01 | 삼성전자주식회사 | Api 서비스 방법과 api 매쉬업 생성 방법, 장치 및기록매체 |
US8250524B2 (en) | 2007-12-21 | 2012-08-21 | Microsoft Corporation | Contract programming for code error reduction |
EP2088506A1 (en) * | 2008-02-06 | 2009-08-12 | Software AG | Method and system for calling services from a remote client |
US8484204B2 (en) | 2008-08-28 | 2013-07-09 | Microsoft Corporation | Dynamic metadata |
US9639375B2 (en) | 2008-08-28 | 2017-05-02 | Red Hat, Inc. | Generation of language bindings for libraries using data from compiler generated debug information |
US8595714B1 (en) | 2009-03-04 | 2013-11-26 | Amazon Technologies, Inc. | User controlled environment updates in server cluster |
GB0907171D0 (en) | 2009-04-27 | 2009-06-10 | Springsource Ltd | Method and apparatus for automatically generating source code files in a storage unit |
US9075667B2 (en) | 2009-05-21 | 2015-07-07 | Microsoft Technology Licensing, Llc | Dynamic binding directed by static types |
EP2433200B1 (en) | 2009-05-21 | 2020-02-26 | Salesforce.Com, Inc. | System, method and computer program product for versioning components of an application |
US8495621B2 (en) | 2009-06-15 | 2013-07-23 | Microsoft Corporation | Catalog-based software component management |
US8983982B2 (en) | 2009-12-22 | 2015-03-17 | Bmc Software, Inc. | Mechanism for deprecating object oriented data |
US9483284B2 (en) | 2011-02-25 | 2016-11-01 | Red Hat, Inc. | Version compatibility determination |
US8776094B2 (en) | 2011-08-11 | 2014-07-08 | Microsoft Corporation | Runtime system |
US9619779B2 (en) | 2011-08-26 | 2017-04-11 | Apple Inc. | Client-side policy enforcement of developer API use |
US20130055291A1 (en) | 2011-08-31 | 2013-02-28 | Microsoft Corporation | Describing native application programming interfaces of an operating system with metadata |
US9262183B2 (en) | 2012-04-23 | 2016-02-16 | Microsoft Technology Licensing, Llc | Self-service composed web APIs |
US8949292B2 (en) | 2012-06-13 | 2015-02-03 | International Business Machines Corporation | Interoperability format translation and transformation between IFC architectural design file and simulation file formats |
US9444899B2 (en) | 2012-12-26 | 2016-09-13 | Microsoft Technology Licensing, Llc | Use of internet information services logging to collect user information in an asynchronous manner |
US8793359B1 (en) | 2013-11-25 | 2014-07-29 | Software Ag | Systems and/or methods for intelligently detecting API key domains |
-
2011
- 2011-08-31 US US13/223,296 patent/US8695021B2/en not_active Expired - Fee Related
- 2011-10-07 TW TW100136566A patent/TWI536263B/zh not_active IP Right Cessation
- 2011-10-07 TW TW105101130A patent/TWI556170B/zh not_active IP Right Cessation
- 2011-10-11 JP JP2014528374A patent/JP5905577B2/ja not_active Expired - Fee Related
- 2011-10-11 RU RU2014107726/08A patent/RU2598600C2/ru active
- 2011-10-11 CA CA2845480A patent/CA2845480C/en not_active Expired - Fee Related
- 2011-10-11 AU AU2011375748A patent/AU2011375748B2/en not_active Ceased
- 2011-10-11 BR BR112014004469A patent/BR112014004469A2/pt not_active Application Discontinuation
- 2011-10-11 KR KR1020147005283A patent/KR101896138B1/ko active IP Right Grant
- 2011-10-11 WO PCT/US2011/055704 patent/WO2013032506A1/en active Application Filing
- 2011-10-11 MX MX2016007569A patent/MX366619B/es unknown
- 2011-10-11 MX MX2014002474A patent/MX339807B/es active IP Right Grant
- 2011-10-11 EP EP11871395.7A patent/EP2751673A4/en not_active Ceased
-
2012
- 2012-08-31 CN CN201210317710.8A patent/CN102866884B/zh not_active Expired - Fee Related
-
2014
- 2014-04-04 US US14/244,951 patent/US9229790B2/en not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6233731B1 (en) * | 1997-08-18 | 2001-05-15 | Microsoft Corporation | Program-interface converter for multiple-platform computer systems |
JP2003508846A (ja) * | 1999-09-01 | 2003-03-04 | マイクロソフト コーポレイション | Apiのためのスタブの提供による不適合アプリケーションの修正 |
JP2007519081A (ja) * | 2003-10-23 | 2007-07-12 | マイクロソフト コーポレーション | オーディオ/ビデオデータを体系化するシステムおよび方法 |
JP2005182775A (ja) * | 2003-12-10 | 2005-07-07 | Microsoft Corp | カーネルモードシミングのためのドライバ固有コンテキスト |
US20050183097A1 (en) * | 2004-02-13 | 2005-08-18 | Carter Eric H. | Schema-based machine generated programming models |
JP2008501173A (ja) * | 2004-05-28 | 2008-01-17 | ノキア コーポレイション | 一般アプリケーションプログラムインタフェースを実装するためのシステム及び方法 |
Non-Patent Citations (1)
Title |
---|
JPN6015042892; Matt Pietrek: '"特集1 Microsoft.NETのすべて Part II:Microsoft.NET Framewo' msdn magazine No.8, 20001118, pp.31-45, 株式会社アスキー * |
Also Published As
Publication number | Publication date |
---|---|
CA2845480C (en) | 2018-03-13 |
CN102866884B (zh) | 2016-09-28 |
CA2845480A1 (en) | 2013-03-07 |
TWI536263B (zh) | 2016-06-01 |
TW201619820A (zh) | 2016-06-01 |
RU2598600C2 (ru) | 2016-09-27 |
TWI556170B (zh) | 2016-11-01 |
MX2014002474A (es) | 2014-03-27 |
US20130055292A1 (en) | 2013-02-28 |
US9229790B2 (en) | 2016-01-05 |
US8695021B2 (en) | 2014-04-08 |
CN102866884A (zh) | 2013-01-09 |
KR101896138B1 (ko) | 2018-09-07 |
RU2014107726A (ru) | 2015-09-10 |
EP2751673A4 (en) | 2015-03-04 |
AU2011375748A1 (en) | 2014-03-06 |
US20150020084A1 (en) | 2015-01-15 |
TW201310341A (zh) | 2013-03-01 |
JP5905577B2 (ja) | 2016-04-20 |
KR20140067017A (ko) | 2014-06-03 |
MX339807B (es) | 2016-06-10 |
MX366619B (es) | 2019-07-16 |
EP2751673A1 (en) | 2014-07-09 |
WO2013032506A1 (en) | 2013-03-07 |
AU2011375748B2 (en) | 2016-11-24 |
BR112014004469A2 (pt) | 2017-03-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5905577B2 (ja) | オペレーティングシステムのネイティブプログラミングインターフェイスの他のプログラミング言語の中への投射 | |
US11599346B2 (en) | Accessing a migrated member in an updated type | |
US20180364989A1 (en) | Generating dynamic modular proxies | |
US10459708B2 (en) | Composing a module system and a non-module system | |
JP2014525622A (ja) | オペレーティングシステムのネイティブアプリケーションプログラミングインターフェイスのメタデータを用いた記述 | |
US10078497B2 (en) | Bridging a module system and a non-module system | |
US11782774B2 (en) | Implementing optional specialization when compiling code | |
US10983771B1 (en) | Quality checking inferred types in a set of code | |
US10387142B2 (en) | Using annotation processors defined by modules with annotation processors defined by non-module code | |
EP3164800B1 (en) | Bridging a module system and a non-module system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140925 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140925 |
|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A711 Effective date: 20150523 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150924 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20151027 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160125 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20160216 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160316 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5905577 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |