public class StringBuilder extends NetObject implements ISerializable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Text.StringBuilder
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.CoreLib
|
static java.lang.String |
className
Qualified class name: System.Text.StringBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
StringBuilder() |
StringBuilder(int capacity) |
StringBuilder(int capacity,
int maxCapacity) |
StringBuilder(java.lang.Object instance)
Internal constructor.
|
StringBuilder(java.lang.String value) |
StringBuilder(java.lang.String value,
int capacity) |
StringBuilder(java.lang.String value,
int startIndex,
int length,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
Append(boolean value) |
StringBuilder |
Append(byte value) |
StringBuilder |
Append(char value) |
StringBuilder |
Append(char[] value) |
StringBuilder |
Append(char[] value,
int startIndex,
int charCount) |
StringBuilder |
Append(char value,
int repeatCount) |
StringBuilder |
Append(Decimal value) |
StringBuilder |
Append(double value) |
StringBuilder |
Append(int value) |
StringBuilder |
Append(JCORefOut dupParam0) |
StringBuilder |
Append(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
StringBuilder |
Append(long value) |
StringBuilder |
Append(NetObject value) |
StringBuilder |
Append(SByte value) |
StringBuilder |
Append(short value) |
StringBuilder |
Append(Single value) |
StringBuilder |
Append(java.lang.String value) |
StringBuilder |
Append(StringBuilder value) |
StringBuilder |
Append(StringBuilder value,
int startIndex,
int count) |
StringBuilder |
Append(java.lang.String value,
int startIndex,
int count) |
StringBuilder |
Append(UInt16 value) |
StringBuilder |
Append(UInt32 value) |
StringBuilder |
Append(UInt64 value) |
StringBuilder |
AppendFormat(IFormatProvider provider,
CompositeFormat format,
NetObject... args) |
StringBuilder |
AppendFormat(IFormatProvider provider,
java.lang.String format,
NetObject... args) |
StringBuilder |
AppendFormat(IFormatProvider provider,
java.lang.String format,
NetObject arg0) |
StringBuilder |
AppendFormat(IFormatProvider provider,
java.lang.String format,
NetObject arg0,
NetObject arg1) |
StringBuilder |
AppendFormat(IFormatProvider provider,
java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2) |
StringBuilder |
AppendFormat(java.lang.String format,
NetObject... args) |
StringBuilder |
AppendFormat(java.lang.String format,
NetObject arg0) |
StringBuilder |
AppendFormat(java.lang.String format,
NetObject arg0,
NetObject arg1) |
StringBuilder |
AppendFormat(java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2) |
StringBuilder |
AppendJoin(char dupParam0,
JCORefOut dupParam1) |
StringBuilder |
AppendJoin(char separator,
NetObject... values) |
StringBuilder |
AppendJoin(char separator,
java.lang.String... values) |
StringBuilder |
AppendJoin(java.lang.String dupParam0,
JCORefOut dupParam1) |
StringBuilder |
AppendJoin(java.lang.String separator,
NetObject... values) |
StringBuilder |
AppendJoin(java.lang.String separator,
java.lang.String... values) |
StringBuilder |
AppendLine() |
StringBuilder |
AppendLine(java.lang.String value) |
static StringBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into StringBuilder, a cast assert is made to check if types are compatible. |
StringBuilder |
Clear() |
void |
CopyTo(int sourceIndex,
char[] destination,
int destinationIndex,
int count) |
void |
CopyTo(int dupParam0,
JCORefOut dupParam1,
int dupParam2,
int dupParam3) |
int |
EnsureCapacity(int capacity) |
boolean |
Equals(StringBuilder sb) |
int |
getCapacity() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getLength() |
int |
getMaxCapacity() |
StringBuilder |
Insert(int index,
boolean value) |
StringBuilder |
Insert(int index,
byte value) |
StringBuilder |
Insert(int index,
char value) |
StringBuilder |
Insert(int index,
char[] value) |
StringBuilder |
Insert(int index,
char[] value,
int startIndex,
int charCount) |
StringBuilder |
Insert(int index,
Decimal value) |
StringBuilder |
Insert(int index,
double value) |
StringBuilder |
Insert(int index,
int value) |
StringBuilder |
Insert(int dupParam0,
JCORefOut dupParam1) |
StringBuilder |
Insert(int dupParam0,
JCORefOut dupParam1,
int dupParam2,
int dupParam3) |
StringBuilder |
Insert(int index,
long value) |
StringBuilder |
Insert(int index,
NetObject value) |
StringBuilder |
Insert(int index,
SByte value) |
StringBuilder |
Insert(int index,
short value) |
StringBuilder |
Insert(int index,
Single value) |
StringBuilder |
Insert(int index,
java.lang.String value) |
StringBuilder |
Insert(int index,
java.lang.String value,
int count) |
StringBuilder |
Insert(int index,
UInt16 value) |
StringBuilder |
Insert(int index,
UInt32 value) |
StringBuilder |
Insert(int index,
UInt64 value) |
StringBuilder |
Remove(int startIndex,
int length) |
StringBuilder |
Replace(char oldChar,
char newChar) |
StringBuilder |
Replace(char oldChar,
char newChar,
int startIndex,
int count) |
StringBuilder |
Replace(java.lang.String oldValue,
java.lang.String newValue) |
StringBuilder |
Replace(java.lang.String oldValue,
java.lang.String newValue,
int startIndex,
int count) |
void |
setCapacity(int Capacity) |
void |
setJCOInstance(JCObject instance) |
void |
setLength(int Length) |
java.lang.String |
ToString(int startIndex,
int length) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetObjectData, ToISerializablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public StringBuilder()
throws java.lang.Throwable
java.lang.Throwablepublic StringBuilder(int capacity)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public StringBuilder(int capacity,
int maxCapacity)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
RankException,
CultureNotFoundException,
ObjectDisposedException
public StringBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic StringBuilder(java.lang.String value)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public StringBuilder(java.lang.String value,
int capacity)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
public StringBuilder(java.lang.String value,
int startIndex,
int length,
int capacity)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public StringBuilder Append(boolean value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(byte value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(char value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder Append(char[] value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArrayTypeMismatchException, ArgumentException, OutOfMemoryException, NotSupportedException
public StringBuilder Append(char[] value, int startIndex, int charCount) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder Append(char value, int repeatCount) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder Append(Decimal value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(double value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(int value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(JCORefOut dupParam0) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArrayTypeMismatchException, ArgumentException, OutOfMemoryException, NotSupportedException
public StringBuilder Append(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder Append(long value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(NetObject value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArrayTypeMismatchException, ArgumentException, OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionArgumentExceptionOutOfMemoryExceptionpublic StringBuilder Append(SByte value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(short value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(Single value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(java.lang.String value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArrayTypeMismatchException, ArgumentException, OutOfMemoryException, NotSupportedException
public StringBuilder Append(StringBuilder value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(StringBuilder value, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder Append(java.lang.String value, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder Append(UInt16 value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(UInt32 value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Append(UInt64 value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder AppendFormat(IFormatProvider provider, CompositeFormat format, NetObject... args) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, OutOfMemoryException
public StringBuilder AppendFormat(IFormatProvider provider, java.lang.String format, NetObject... args) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, FormatException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic StringBuilder AppendFormat(IFormatProvider provider, java.lang.String format, NetObject arg0) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException, IndexOutOfRangeException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionpublic StringBuilder AppendFormat(IFormatProvider provider, java.lang.String format, NetObject arg0, NetObject arg1) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException, IndexOutOfRangeException, FormatException
public StringBuilder AppendFormat(IFormatProvider provider, java.lang.String format, NetObject arg0, NetObject arg1, NetObject arg2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException, IndexOutOfRangeException, FormatException
public StringBuilder AppendFormat(java.lang.String format, NetObject... args) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, FormatException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic StringBuilder AppendFormat(java.lang.String format, NetObject arg0) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException, IndexOutOfRangeException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionpublic StringBuilder AppendFormat(java.lang.String format, NetObject arg0, NetObject arg1) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException, IndexOutOfRangeException, FormatException
public StringBuilder AppendFormat(java.lang.String format, NetObject arg0, NetObject arg1, NetObject arg2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException, IndexOutOfRangeException, FormatException
public StringBuilder AppendJoin(char dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder AppendJoin(char separator, NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder AppendJoin(char separator, java.lang.String... values) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder AppendJoin(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder AppendJoin(java.lang.String separator, NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder AppendJoin(java.lang.String separator, java.lang.String... values) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder AppendLine() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder AppendLine(java.lang.String value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public static StringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into StringBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedStringBuilder instancejava.lang.Throwable - in case of error during cast operationpublic StringBuilder Clear() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionpublic void CopyTo(int sourceIndex,
char[] destination,
int destinationIndex,
int count)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void CopyTo(int dupParam0,
JCORefOut dupParam1,
int dupParam2,
int dupParam3)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public int EnsureCapacity(int capacity)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public boolean Equals(StringBuilder sb) throws java.lang.Throwable
java.lang.Throwablepublic int getCapacity()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISerializablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISerializablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISerializablegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISerializablegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getLength()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxCapacity()
throws java.lang.Throwable
java.lang.Throwablepublic StringBuilder Insert(int index, boolean value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionpublic StringBuilder Insert(int index, byte value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int index, char value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
public StringBuilder Insert(int index, char[] value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
public StringBuilder Insert(int index, char[] value, int startIndex, int charCount) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
public StringBuilder Insert(int index, Decimal value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int index, double value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int index, int value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
public StringBuilder Insert(int dupParam0, JCORefOut dupParam1, int dupParam2, int dupParam3) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
public StringBuilder Insert(int index, long value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int index, NetObject value) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, OutOfMemoryException, ArrayTypeMismatchException
public StringBuilder Insert(int index, SByte value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int index, short value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int index, Single value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int index, java.lang.String value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
public StringBuilder Insert(int index, java.lang.String value, int count) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionpublic StringBuilder Insert(int index, UInt16 value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int index, UInt32 value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Insert(int index, UInt64 value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public StringBuilder Remove(int startIndex, int length) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
public StringBuilder Replace(char oldChar, char newChar) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public StringBuilder Replace(char oldChar, char newChar, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
public StringBuilder Replace(java.lang.String oldValue, java.lang.String newValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException, NotSupportedException, OutOfMemoryException
public StringBuilder Replace(java.lang.String oldValue, java.lang.String newValue, int startIndex, int count) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidOperationException, FormatException, ArrayTypeMismatchException, OutOfMemoryException
public void setCapacity(int Capacity)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLength(int Length)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException
public java.lang.String ToString(int startIndex,
int length)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException