public class ResXResourceWriter extends NetObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Resources.ResXResourceWriter
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.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Resources.ResXResourceWriter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ResXResourceWriter() |
ResXResourceWriter(java.lang.Object instance)
Internal constructor.
|
ResXResourceWriter(Stream stream) |
ResXResourceWriter(java.lang.String fileName) |
ResXResourceWriter(TextWriter textWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddAlias(java.lang.String aliasName,
AssemblyName assemblyName) |
void |
AddMetadata(java.lang.String name,
byte[] value) |
void |
AddMetadata(java.lang.String dupParam0,
JCORefOut dupParam1) |
void |
AddMetadata(java.lang.String name,
NetObject value) |
void |
AddMetadata(java.lang.String name,
java.lang.String value) |
void |
AddResource(ResXDataNode node) |
void |
AddResource(java.lang.String name,
byte[] value) |
void |
AddResource(java.lang.String dupParam0,
JCORefOut dupParam1) |
void |
AddResource(java.lang.String name,
NetObject value) |
void |
AddResource(java.lang.String name,
java.lang.String value) |
static ResXResourceWriter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ResXResourceWriter, a cast assert is made to check if types are compatible. |
void |
close() |
void |
Close() |
void |
Dispose() |
void |
Generate() |
java.lang.String |
getBasePath() |
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
|
void |
setBasePath(java.lang.String BasePath) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ResXResourceWriter()
throws java.lang.Throwable
java.lang.Throwablepublic ResXResourceWriter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ResXResourceWriter(Stream stream) throws java.lang.Throwable
java.lang.Throwablepublic ResXResourceWriter(java.lang.String fileName)
throws java.lang.Throwable
java.lang.Throwablepublic ResXResourceWriter(TextWriter textWriter) throws java.lang.Throwable
java.lang.Throwablepublic void AddAlias(java.lang.String aliasName,
AssemblyName assemblyName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
SecurityException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionpublic void AddMetadata(java.lang.String name,
byte[] value)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
TypeLoadException,
FileLoadException,
FileNotFoundException,
SecurityException,
XmlException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionTypeLoadExceptionFileLoadExceptionFileNotFoundExceptionSecurityExceptionXmlExceptionpublic void AddMetadata(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
TypeLoadException,
FileLoadException,
FileNotFoundException,
SecurityException,
XmlException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionTypeLoadExceptionFileLoadExceptionFileNotFoundExceptionSecurityExceptionXmlExceptionpublic void AddMetadata(java.lang.String name,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
TypeLoadException,
FileLoadException,
NotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
SecurityException,
XmlException,
ArrayTypeMismatchException,
FormatException,
UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionTypeLoadExceptionFileLoadExceptionNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionSecurityExceptionXmlExceptionArrayTypeMismatchExceptionFormatExceptionUnauthorizedAccessExceptionpublic void AddMetadata(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
TypeLoadException,
IndexOutOfRangeException,
FileLoadException,
FileNotFoundException,
OutOfMemoryException,
SecurityException,
XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionTypeLoadExceptionIndexOutOfRangeExceptionFileLoadExceptionFileNotFoundExceptionOutOfMemoryExceptionSecurityExceptionXmlExceptionpublic void AddResource(ResXDataNode node) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, PlatformNotSupportedException, NullReferenceException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, ArrayTypeMismatchException, OverflowException, OutOfMemoryException, ObjectDisposedException, UnauthorizedAccessException, FileLoadException, CultureNotFoundException, SecurityException, XmlException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionNullReferenceExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionArrayTypeMismatchExceptionOverflowExceptionOutOfMemoryExceptionObjectDisposedExceptionUnauthorizedAccessExceptionFileLoadExceptionCultureNotFoundExceptionSecurityExceptionXmlExceptionpublic void AddResource(java.lang.String name,
byte[] value)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
TypeLoadException,
FileLoadException,
FileNotFoundException,
SecurityException,
XmlException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionTypeLoadExceptionFileLoadExceptionFileNotFoundExceptionSecurityExceptionXmlExceptionpublic void AddResource(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
TypeLoadException,
FileLoadException,
FileNotFoundException,
SecurityException,
XmlException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionTypeLoadExceptionFileLoadExceptionFileNotFoundExceptionSecurityExceptionXmlExceptionpublic void AddResource(java.lang.String name,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
NullReferenceException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
OverflowException,
FormatException,
OutOfMemoryException,
ObjectDisposedException,
UnauthorizedAccessException,
FileLoadException,
CultureNotFoundException,
SecurityException,
XmlException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionNullReferenceExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionOverflowExceptionFormatExceptionOutOfMemoryExceptionObjectDisposedExceptionUnauthorizedAccessExceptionFileLoadExceptionCultureNotFoundExceptionSecurityExceptionXmlExceptionpublic void AddResource(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
TypeLoadException,
IndexOutOfRangeException,
FileLoadException,
FileNotFoundException,
OutOfMemoryException,
SecurityException,
XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionTypeLoadExceptionIndexOutOfRangeExceptionFileLoadExceptionFileNotFoundExceptionOutOfMemoryExceptionSecurityExceptionXmlExceptionpublic static ResXResourceWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ResXResourceWriter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedResXResourceWriter instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Close()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
XmlException,
NotSupportedException
public void Dispose()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
XmlException,
NotSupportedException
public void Generate()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
XmlException
public java.lang.String getBasePath()
throws java.lang.Throwable
java.lang.Throwablepublic 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 void setBasePath(java.lang.String BasePath)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject