Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDelegate ¶
func CreateDelegate(assembly string, typ string, method string, delegate int, f *unsafe.Pointer) error
CreateDelegate wraps a cgo call to coreclr_create_delegate, receives a function pointer.
func Init ¶
func Init() (err error)
Init performs the runtime initialization This function sets a few default values to make everything easier.
func SetupDelegates ¶
func SetupDelegates(f func() error)
SetupDelegates sets all create_delegate calls to be executed after the runtime initialization.
Types ¶
type Runtime ¶
type Runtime struct { Params RuntimeParams // contains filtered or unexported fields }
Runtime is the runtime data structure.
Click to show internal directories.
Click to hide internal directories.