Interface INCT_Connect
When the container with the interpreter contains a file named interpreter_library_name.dat (containing secret data), the INCT_Connect interface is additionally passed to the interpreter during initialization.
Assembly: STNCConnect.dll
Syntax
[Guid("87614476-1F96-4718-8B7A-C20743426EE1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_Connect
Properties
Count
The function returns the number of bytes contained in the secret data file (integer).
Declaration
Property Value
Data[int]
Declaration
byte Data[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
Methods
Get_SCData(out IntPtr)
Declaration
void Get_SCData(out IntPtr Data)
Parameters
Type |
Name |
Description |
nint |
Data |
|