|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Internal class for PrologBeans.
Constructor Summary | |
---|---|
SupportClass() Initializes a new instance of the SupportClass class. |
Method Summary | |
---|---|
void |
GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, char[] destinationArray, int destinationStart) Copies an array of chars obtained from a String into a specified array of chars |
long |
Identity(long literal) This method is used as a dummy method to simulate VJ++ behavior |
ulong |
Identity(ulong literal) This method is used as a dummy method to simulate VJ++ behavior |
float |
Identity(float literal) This method is used as a dummy method to simulate VJ++ behavior |
double |
Identity(double literal) This method is used as a dummy method to simulate VJ++ behavior |
object |
PutElement(System.Collections.Hashtable hashTable, object key, object newValue) |
byte[] |
ToByteArray(sbyte[] sbyteArray) Converts an array of sbytes to an array of bytes |
byte[] |
ToByteArray(string sourceString) Converts a string to an array of bytes |
sbyte[] |
ToSByteArray(byte[] byteArray) |
void |
WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Constructor Detail |
---|
public SupportClass()
Initializes a new instance of the SupportClass class.
Method Detail |
---|
public void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, char[] destinationArray, int destinationStart)
Copies an array of chars obtained from a String into a specified array of chars
Parameters:
sourceString
- The String to get the chars fromsourceStart
- Position of the String to start getting the charssourceEnd
- Position of the String to end getting the charsdestinationArray
- Array to return the charsdestinationStart
- Position of the destination array of chars to start storing the charspublic long Identity(long literal)
This method is used as a dummy method to simulate VJ++ behavior
Parameters:
literal
- The literal to returnpublic ulong Identity(ulong literal)
This method is used as a dummy method to simulate VJ++ behavior
Parameters:
literal
- The literal to returnpublic float Identity(float literal)
This method is used as a dummy method to simulate VJ++ behavior
Parameters:
literal
- The literal to returnpublic double Identity(double literal)
This method is used as a dummy method to simulate VJ++ behavior
Parameters:
literal
- The literal to returnpublic object PutElement(System.Collections.Hashtable hashTable, object key, object newValue)
public byte[] ToByteArray(sbyte[] sbyteArray)
Converts an array of sbytes to an array of bytes
Parameters:
sbyteArray
- The array of sbytes to be convertedpublic byte[] ToByteArray(string sourceString)
Converts a string to an array of bytes
Parameters:
sourceString
- The string to be convertedpublic sbyte[] ToSByteArray(byte[] byteArray)
public void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |