C# Class Hyena.Gui.CairoExtensions.CairoInteropCall

Show file Open project: rubenv/tripod

Public Properties

Property Type Description
CallNative bool
ManagedMethod System.Reflection.MethodInfo
Name string

Public Methods

Method Description
CairoInteropCall ( string name ) : System

Method Details

CairoInteropCall() public method

public CairoInteropCall ( string name ) : System
name string
return System

Property Details

CallNative public property

public bool CallNative
return bool

ManagedMethod public property

public MethodInfo,System.Reflection ManagedMethod
return System.Reflection.MethodInfo

Name public property

public string Name
return string