C# Class Microsoft.Zing.Utils

Mostra file Open project: ZingModelChecker/Zing

Private Methods

Method Description
ContainsVariable ( object obj, string containerName, string memberName ) : bool
Externalize ( Type type ) : string
Externalize ( string type ) : string
GetContainerAndFieldInfo ( object obj, string containerName, string memberName, object &containerObj, FieldInfo &fi ) : void

Locate field 'containerName' in object 'obj' and return its value as 'containerObj'. Then, find file 'memberName' in that and return its FieldInfo.

GetContainerAndFieldInfoForReturnValue ( object obj, string containerName, string memberName, object &containerObj, FieldInfo &fi ) : void
LookupValueByName ( object obj, string containerName, string memberName ) : object
Unmangle ( Type type ) : string
Unmangle ( string type ) : string
Utils ( ) : System