C# Class ClanceysLib.Util

Show file Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
MainApp UIApplication

Public Methods

Method Description
FromResource ( Assembly assembly, string name ) : UIImage
GetPropertyArray ( object inObject, string propertyName ) : object[]
GetPropertyValue ( object inObject, string propertyName ) : string
PopNetworkActive ( ) : void
PushNetworkActive ( ) : void

Method Details

FromResource() public static method

public static FromResource ( Assembly assembly, string name ) : UIImage
assembly System.Reflection.Assembly
name string
return UIImage

GetPropertyArray() public static method

public static GetPropertyArray ( object inObject, string propertyName ) : object[]
inObject object
propertyName string
return object[]

GetPropertyValue() public static method

public static GetPropertyValue ( object inObject, string propertyName ) : string
inObject object
propertyName string
return string

PopNetworkActive() public static method

public static PopNetworkActive ( ) : void
return void

PushNetworkActive() public static method

public static PushNetworkActive ( ) : void
return void

Property Details

MainApp public static property

public static UIApplication MainApp
return UIApplication