C# Класс NPLMonoInterface, NPLRuntime

This is an example of activation class without a namespace. class name must be identical to the file name
Показать файл Открыть проект

Открытые методы

Метод Описание
activate ( int &nType, IntPtr, &npl_runtime_state ) : void

To test the mono interface, call following from any NPL script. NPL.activate("NPLMonoInterface.dll/NPLMonoInterface.cs", {data="test NPLMonoInterface"});

Описание методов

activate() публичный статический Метод

To test the mono interface, call following from any NPL script. NPL.activate("NPLMonoInterface.dll/NPLMonoInterface.cs", {data="test NPLMonoInterface"});
public static activate ( int &nType, IntPtr, &npl_runtime_state ) : void
nType int
npl_runtime_state IntPtr,
Результат void