The ASCommon type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConnectMetaspace |
Establishes connection to metaspace using the metaspace name and MemberDef specified.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMetaspace |
Get the Metaspace object for the metaspace name.
| |
GetMetaspaceNames |
Returns the collection of names of the metaspace the process is currently connected to
| |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
IsSystemSpace |
Check whether the spaceName refers to a system space
| |
IsValidName |
Validates that the name does not start with $ or _
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveInvocableAlias |
Removes the invocation alias.
| |
RemoveMemberInvocableAlias |
Removes the member invocation alias.
| |
SetFileLogging(FileLogOptions) |
Enable rolling log files with filename, limit (in bytes), file count, and append mode
| |
SetFileLogging(LogLevel) |
Enable file logging to the default file (as-{process-id}.log)
| |
SetFileLogging(String, LogLevel) |
Enable file logging to the specified fileName
| |
SetFileLogging(DirectoryInfo, String, LogLevel) | Obsolete.
Enable file logging to the specified fileName under the specified log directory
| |
SetFileLogging(String, String, LogLevel) | Obsolete.
Enable file logging to the specified fileName under the specified log directory
| |
SetInvocableAlias(String, Invocable) |
Sets the invocable alias.
| |
SetInvocableAlias(String, String) |
Sets the invocable alias.
| |
SetMemberInvocableAlias(String, MemberInvocable) |
Sets the member invocable alias.
| |
SetMemberInvocableAlias(String, String) |
Sets the member invocable alias.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
EnablePerformanceMonitor |
Enable or disable the performance monitor. The default is enabled. It must be
used before connecting to the first metaspace. Once a metaspace is created, the
method has no effect.
| |
ExternalDllDirectory |
Gets or sets the external DLL directory used in RMI. All the dlls in this
directory are searched to load the invocable class
| |
InvocableAliases |
Gets the invocable alias map.
| |
LogLevel |
Gets or sets the log level. LogLevel | |
MemberInvocableAliases |
Gets the member invocable alias map.
|