SilverlightModuleController

Overview

The SilverlightModuleController class is used internally by the Hydra core to provide access to a module controller inside Silverlight plugins.

Location


Properties


Host

Gets or sets reference to a host instance.

 

property Host: IHYCrossPlatformHost read write;

 

IHYCrossPlatformHost Host { get; set; }

 

var Host: IHYCrossPlatformHost { get{} set{} }

 

Property Host() As IHYCrossPlatformHost

Instance Methods


constructor

Creates an instance of the class.

 

constructor

 

SilverlightModuleController()

 

init()

 

Sub New()

GetLargeImages

Returns a handle of "large" image list. Alway returns -1.

 

method GetLargeImages: IntPtr

 

IntPtr GetLargeImages()

 

func GetLargeImages() -> IntPtr

 

Function GetLargeImages() As IntPtr

GetSmallImages

Returns a handle of "small" image list. Alway returns -1.

 

method GetSmallImages: IntPtr

 

IntPtr GetSmallImages()

 

func GetSmallImages() -> IntPtr

 

Function GetSmallImages() As IntPtr