public class MetaData extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.Remoting.MetadataServices.MetaData
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.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Runtime.Remoting
|
static java.lang.String |
className
Qualified class name: System.Runtime.Remoting.MetadataServices.MetaData
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MetaData() |
MetaData(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MetaData |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into MetaData, a cast assert is made to check if types are compatible. |
static void |
ConvertCodeSourceFileToAssemblyFile(java.lang.String codePath,
java.lang.String assemblyPath,
java.lang.String strongNameFilename) |
static void |
ConvertCodeSourceStreamToAssemblyFile(NetArrayList outCodeStreamList,
java.lang.String assemblyPath,
java.lang.String strongNameFilename) |
static void |
ConvertSchemaStreamToCodeSourceStream(boolean clientProxy,
java.lang.String outputDirectory,
Stream inputStream,
NetArrayList outCodeStreamList) |
static void |
ConvertSchemaStreamToCodeSourceStream(boolean clientProxy,
java.lang.String outputDirectory,
Stream inputStream,
NetArrayList outCodeStreamList,
java.lang.String proxyUrl) |
static void |
ConvertSchemaStreamToCodeSourceStream(boolean clientProxy,
java.lang.String outputDirectory,
Stream inputStream,
NetArrayList outCodeStreamList,
java.lang.String proxyUrl,
java.lang.String proxyNamespace) |
static void |
ConvertTypesToSchemaToFile(NetType[] types,
SdlType sdlType,
java.lang.String path) |
static void |
ConvertTypesToSchemaToFile(ServiceType[] types,
SdlType sdlType,
java.lang.String path) |
static void |
ConvertTypesToSchemaToStream(NetType[] types,
SdlType sdlType,
Stream outputStream) |
static void |
ConvertTypesToSchemaToStream(ServiceType[] serviceTypes,
SdlType sdlType,
Stream outputStream) |
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
|
static void |
RetrieveSchemaFromUrlToFile(java.lang.String url,
java.lang.String path) |
static void |
RetrieveSchemaFromUrlToStream(java.lang.String url,
Stream outputStream) |
static void |
SaveStreamToFile(Stream inputStream,
java.lang.String path) |
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 MetaData()
throws java.lang.Throwable
java.lang.Throwablepublic MetaData(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static MetaData cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MetaData, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMetaData instancejava.lang.Throwable - in case of error during cast operationpublic static void ConvertCodeSourceFileToAssemblyFile(java.lang.String codePath,
java.lang.String assemblyPath,
java.lang.String strongNameFilename)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
IndexOutOfRangeException,
FormatException,
PathTooLongException,
NotSupportedException,
NullReferenceException,
SecurityException,
IOException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
RemotingException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRemotingExceptionOutOfMemoryExceptionpublic static void ConvertCodeSourceStreamToAssemblyFile(NetArrayList outCodeStreamList, java.lang.String assemblyPath, java.lang.String strongNameFilename) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, NullReferenceException, SecurityException, FormatException, TypeInitializationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, RemotingException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionFormatExceptionTypeInitializationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRemotingExceptionpublic static void ConvertSchemaStreamToCodeSourceStream(boolean clientProxy,
java.lang.String outputDirectory,
Stream inputStream,
NetArrayList outCodeStreamList)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
XmlException,
NotImplementedException,
SUDSParserException
public static void ConvertSchemaStreamToCodeSourceStream(boolean clientProxy,
java.lang.String outputDirectory,
Stream inputStream,
NetArrayList outCodeStreamList,
java.lang.String proxyUrl)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
XmlException,
NotImplementedException,
SUDSParserException
public static void ConvertSchemaStreamToCodeSourceStream(boolean clientProxy,
java.lang.String outputDirectory,
Stream inputStream,
NetArrayList outCodeStreamList,
java.lang.String proxyUrl,
java.lang.String proxyNamespace)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
IndexOutOfRangeException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MissingManifestResourceException,
ObjectDisposedException,
XmlException,
SUDSParserException
public static void ConvertTypesToSchemaToFile(NetType[] types, SdlType sdlType, java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic static void ConvertTypesToSchemaToFile(ServiceType[] types, SdlType sdlType, java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic static void ConvertTypesToSchemaToStream(NetType[] types, SdlType sdlType, Stream outputStream) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIndexOutOfRangeExceptionpublic static void ConvertTypesToSchemaToStream(ServiceType[] serviceTypes, SdlType sdlType, Stream outputStream) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, SecurityException, FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionFormatExceptionpublic 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 static void RetrieveSchemaFromUrlToFile(java.lang.String url,
java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
SecurityException,
IndexOutOfRangeException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
UriFormatException,
OutOfMemoryException,
ConfigurationErrorsException,
MulticastNotSupportedException,
InvalidCastException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionUriFormatExceptionOutOfMemoryExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionpublic static void RetrieveSchemaFromUrlToStream(java.lang.String url,
Stream outputStream)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
FormatException,
IndexOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
MemberAccessException,
NullReferenceException,
UriFormatException,
ConfigurationErrorsException,
MulticastNotSupportedException,
InvalidCastException,
MissingMethodException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionIndexOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionInvalidCastExceptionMissingMethodExceptionpublic static void SaveStreamToFile(Stream inputStream, java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, IndexOutOfRangeException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject