List of classes in the core_modelerPINVOKE namespace.

Entity NameDescription
SWIGExceptionHelper
SWIGPendingException
SWIGStringHelper

Directory & Entity Index

Entity NameSummary / Description
SWIGExceptionHelper class

Class Variables

  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.applicationDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.arithmeticDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.divideByZeroDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.indexOutOfRangeDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.invalidCastDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.invalidOperationDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.ioDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.nullReferenceDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.outOfMemoryDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.overflowDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.systemDelegate
  • ExceptionArgumentDelegate core_modelerPINVOKE.SWIGExceptionHelper.argumentDelegate
  • ExceptionArgumentDelegate core_modelerPINVOKE.SWIGExceptionHelper.argumentNullDelegate
  • ExceptionArgumentDelegate core_modelerPINVOKE.SWIGExceptionHelper.argumentOutOfRangeDelegate

Methods

SWIGExceptionHelper

static core_modelerPINVOKE.SWIGExceptionHelper.SWIGExceptionHelper()

ExceptionDelegate

delegate void core_modelerPINVOKE.SWIGExceptionHelper.ExceptionDelegate(string message)

ParameterTypeDescription
messagestring

ExceptionArgumentDelegate

delegate void core_modelerPINVOKE.SWIGExceptionHelper.ExceptionArgumentDelegate(string message, string paramName)

ParameterTypeDescription
messagestring
paramNamestring

SWIGRegisterExceptionCallbacks_core_modeler

static void core_modelerPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_core_modeler(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)

SWIGPendingException class

Class Variables

  • global::System.Exception core_modelerPINVOKE.SWIGPendingException.pendingException
  • int core_modelerPINVOKE.SWIGPendingException.numExceptionsPending
  • global::System.Object core_modelerPINVOKE.SWIGPendingException.exceptionsLock
  • bool core_modelerPINVOKE.SWIGPendingException.Pending [get]

Methods

SWIGPendingException

static core_modelerPINVOKE.SWIGPendingException.SWIGPendingException()

Set

static void core_modelerPINVOKE.SWIGPendingException.Set(global::System.Exception e)

ParameterTypeDescription
eglobal::System.Exception

Retrieve

static global::System.Exception core_modelerPINVOKE.SWIGPendingException.Retrieve()

SWIGStringHelper class

Class Variables

  • SWIGStringDelegate core_modelerPINVOKE.SWIGStringHelper.stringDelegate

Methods

SWIGStringHelper

static core_modelerPINVOKE.SWIGStringHelper.SWIGStringHelper()

SWIGStringDelegate

delegate string core_modelerPINVOKE.SWIGStringHelper.SWIGStringDelegate(string message)

ParameterTypeDescription
messagestring

SWIGRegisterStringCallback_core_modeler

static void core_modelerPINVOKE.SWIGStringHelper.SWIGRegisterStringCallback_core_modeler(SWIGStringDelegate stringDelegate)

ParameterTypeDescription
stringDelegateSWIGStringDelegate

CreateString

static string core_modelerPINVOKE.SWIGStringHelper.CreateString(string cString)

ParameterTypeDescription
cStringstring