C# Class MonoMac.ObjCRuntime.TypeConverter

Datei anzeigen Open project: kangaroo/maccore

Public Methods

Method Description
ToManaged ( string type ) : Type
ToNative ( Type type ) : string

Method Details

ToManaged() public static method

public static ToManaged ( string type ) : Type
type string
return System.Type

ToNative() public static method

public static ToNative ( Type type ) : string
type System.Type
return string