ContextInformation.idl (408a4873) ContextInformation.idl (86e1cf34)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 21 unchanged lines hidden (view full) ---

30
31//=============================================================================
32/** provides information about a certain stack frame.
33
34 @deprecated
35 */
36published struct ContextInformation
37{
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 21 unchanged lines hidden (view full) ---

30
31//=============================================================================
32/** provides information about a certain stack frame.
33
34 @deprecated
35 */
36published struct ContextInformation
37{
38 /** Full qualified name to adress the module or function associated with the context.
39 If the module or function can't be adressed by name, e.g., in case that a runtime
38 /** Full qualified name to address the module or function associated with the context.
39 If the module or function can't be addressed by name, e.g., in case that a runtime
40 generated eval-module is executed, this string is empty
41 */
42 string Name;
43
44 //-------------------------------------------------------------------------
45 /** Source code of the Module, that is associated with the context. If the source can
46 be accessed using the ModuleName or if the source is unknown (executing compiled
47 code) this string can be empty.

--- 48 unchanged lines hidden ---
40 generated eval-module is executed, this string is empty
41 */
42 string Name;
43
44 //-------------------------------------------------------------------------
45 /** Source code of the Module, that is associated with the context. If the source can
46 be accessed using the ModuleName or if the source is unknown (executing compiled
47 code) this string can be empty.

--- 48 unchanged lines hidden ---