Method |
Description |
|
DebugAssert ( bool condition ) : void |
|
|
DebugAssert ( bool condition, string message ) : void |
|
|
DebugWriteLine ( string message ) : void |
|
|
DebugWriteLine ( string message, object obj ) : void |
|
|
GetInstanceMember ( TypeInfo declaringType, string name ) : MemberInfo |
|
|
GetInstanceMethod ( Type declaringType, string name ) : MethodInfo |
|
|
GetInstanceMethod ( Type declaringType, string name, Type types ) : MethodInfo |
|
|
GetInstanceMethod ( TypeInfo declaringType, string name ) : MethodInfo |
|
|
GetInstanceMethod ( TypeInfo declaringType, string name, Type types ) : MethodInfo |
|
|
GetStaticMethod ( Type declaringType, string name ) : MethodInfo |
|
|
GetStaticMethod ( TypeInfo declaringType, string name ) : MethodInfo |
|
|
Helpers ( ) : System |
|
|
IsSubclassOf ( Type type, Type baseClass ) : bool |
|
|
TraceWriteLine ( string message ) : void |
|
|