The DebugDatabase type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
AddArgument |
Adds the pre-created argument to the database. All the entries's
required parameters (i.e. ones which cannot be null) should
be set.
To Do's: See AddMethod(DB_Method)'s to do's. |
![]() ![]() |
AddComplexTypeLink |
Adds the pre-created complex type link to the database. All the entries's
required parameters (i.e. ones which cannot be null) should
be set.
To Do's: See AddMethod(DB_Method)'s to do's. |
![]() ![]() |
AddILOpInfo |
Adds the pre-created IL op info to the database. All the entries's
required parameters (i.e. ones which cannot be null) should
be set.
To Do's: See AddMethod(DB_Method)'s to do's. |
![]() ![]() |
AddLocalVariable |
Adds the pre-created local variable to the database. All the entries's
required parameters (i.e. ones which cannot be null) should
be set.
To Do's: See AddMethod(DB_Method)'s to do's. |
![]() ![]() |
AddMethod |
Adds the pre-created method to the database. All the entries's
required parameters (i.e. ones which cannot be null) should
be set.
To Do's:
|
![]() ![]() |
AddStaticField |
Adds the pre-created static field to the database. All the entries's
required parameters (i.e. ones which cannot be null) should
be set.
To Do's: See AddMethod(DB_Method)'s to do's. |
![]() ![]() |
AddStringLiteral |
Adds the pre-created string literal to the database. All the entries's
required parameters (i.e. ones which cannot be null) should
be set.
To Do's: See AddMethod(DB_Method)'s to do's. |
![]() ![]() |
AddType |
Adds the pre-created type to the database. All the entries's
required parameters (i.e. ones which cannot be null) should
be set.
To Do's: See AddMethod(DB_Method)'s to do's. |
![]() ![]() |
Empty |
Empties all the database's tables.
|
![]() ![]() |
GetArgument |
Gets the specified argument from the database.
To Do's: See GetMethod(String)'s to do's. |
![]() ![]() |
GetComplexTypeLink |
Gets the specified complex type link from the database.
To Do's: See GetMethod(String)'s to do's. |
![]() ![]() |
GetILOpInfo |
Gets the specified IL op info from the database.
To Do's: See GetMethod(String)'s to do's. |
![]() ![]() |
GetLocalVariable |
Gets the specified local variable from the database.
To Do's: See GetMethod(String)'s to do's. |
![]() ![]() |
GetMethod |
Gets the specified method from the database.
To Do's:
|
![]() ![]() |
GetStaticField |
Gets the specified static field from the database.
To Do's: See GetMethod(String)'s to do's. |
![]() ![]() |
GetStringLiteral |
Gets the specified string literal from the database.
To Do's: See GetMethod(String)'s to do's. |
![]() ![]() |
GetType(Guid) |
Gets the specified type from the database.
To Do's: See GetMethod(String)'s to do's. |
![]() ![]() |
GetType(String) |
Gets the specified type from the database.
To Do's: See GetMethod(String)'s to do's. |
![]() ![]() |
RemoveArgument |
Removes the specified argument from the database.
To Do's: See RemoveMethod(DB_Method)'s to do's. |
![]() ![]() |
RemoveComplexTypeLink |
Removes the specified complex type link from the database.
To Do's: See RemoveMethod(DB_Method)'s to do's. |
![]() ![]() |
RemoveILOpInfo |
Removes the specified IL op info from the database.
To Do's: See RemoveMethod(DB_Method)'s to do's. |
![]() ![]() |
RemoveLocalVariable |
Removes the specified local variable from the database.
To Do's: See RemoveMethod(DB_Method)'s to do's. |
![]() ![]() |
RemoveMethod |
Removes the specified method from the database.
To Do's:
|
![]() ![]() |
RemoveStaticField |
Removes the specified static field from the database.
To Do's: See RemoveMethod(DB_Method)'s to do's. |
![]() ![]() |
RemoveStringLiteral |
Removes the specified string literal from the database.
To Do's: See RemoveMethod(DB_Method)'s to do's. |
![]() ![]() |
RemoveType |
Removes the specified type from the database.
To Do's: See RemoveMethod(DB_Method)'s to do's. |
![]() ![]() |
SubmitChanges |
Submits all changes to the database.
|