C# 클래스 NPLMonoInterface, NPLRuntime

This is an example of activation class without a namespace. class name must be identical to the file name
파일 보기 프로젝트 열기: LiXizhi/NPLRuntime

공개 메소드들

메소드 설명
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