public class IdnMapping extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Globalization.IdnMapping
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.Globalization.IdnMapping
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IdnMapping() |
IdnMapping(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IdnMapping |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IdnMapping, a cast assert is made to check if types are compatible. |
boolean |
getAllowUnassigned() |
java.lang.String |
GetAscii(java.lang.String unicode) |
java.lang.String |
GetAscii(java.lang.String unicode,
int index) |
java.lang.String |
GetAscii(java.lang.String unicode,
int index,
int count) |
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
|
java.lang.String |
GetUnicode(java.lang.String ascii) |
java.lang.String |
GetUnicode(java.lang.String ascii,
int index) |
java.lang.String |
GetUnicode(java.lang.String ascii,
int index,
int count) |
boolean |
getUseStd3AsciiRules() |
void |
setAllowUnassigned(boolean AllowUnassigned) |
void |
setJCOInstance(JCObject instance) |
void |
setUseStd3AsciiRules(boolean UseStd3AsciiRules) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IdnMapping()
throws java.lang.Throwable
java.lang.Throwablepublic IdnMapping(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static IdnMapping cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IdnMapping, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIdnMapping instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowUnassigned()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetAscii(java.lang.String unicode)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
ArrayTypeMismatchException,
OutOfMemoryException,
CultureNotFoundException
public java.lang.String GetAscii(java.lang.String unicode,
int index)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
OutOfMemoryException,
NullReferenceException,
ExternalException,
CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionNullReferenceExceptionExternalExceptionCultureNotFoundExceptionpublic java.lang.String GetAscii(java.lang.String unicode,
int index,
int count)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
UnreachableException,
OutOfMemoryException,
CultureNotFoundException,
NullReferenceException,
ExternalException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionCultureNotFoundExceptionNullReferenceExceptionExternalExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetUnicode(java.lang.String ascii)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
CultureNotFoundException,
ArrayTypeMismatchException,
OutOfMemoryException
public java.lang.String GetUnicode(java.lang.String ascii,
int index)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionpublic java.lang.String GetUnicode(java.lang.String ascii,
int index,
int count)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionpublic boolean getUseStd3AsciiRules()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowUnassigned(boolean AllowUnassigned)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setUseStd3AsciiRules(boolean UseStd3AsciiRules)
throws java.lang.Throwable
java.lang.Throwable