System.EnterpriseServices.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:138k
- //$si$ virtual
- ////////////////////////////////////////////////////////////////
- // File System.EnterpriseServices.dll:
- // Global functions
- //-------------------------------------------------------
- // Global fields
- //-------------------------------------------------------
- // Global MemberRefs
- //-------------------------------------------------------
- // Types
- //-------------------------------------------------------
- class Util.Version : System.Object
- {
- String VersionString;
- String SBSVersionString;
- Void Util.Version();
- }
- class System.EnterpriseServices.TransactionVote : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.TransactionVote Commit;
- ValueClass System.EnterpriseServices.TransactionVote Abort;
- }
- interface System.EnterpriseServices.IContextState :
- {
- Void SetDeactivateOnReturn( Boolean bDeactivate);
- Boolean GetDeactivateOnReturn( );
- Void SetMyTransactionVote( ValueClass System.EnterpriseServices.TransactionVote txVote);
- ValueClass System.EnterpriseServices.TransactionVote GetMyTransactionVote( );
- }
- interface System.EnterpriseServices.IGetContextProperties :
- {
- I4 get_Count();
- Object GetProperty( String name);
- Void GetEnumerator( ByRef Class System.Collections.IEnumerator pEnum);
- property Count { get(){} set(){} };
- }
- interface System.EnterpriseServices.IObjectConstruct :
- {
- Void Construct( Object obj);
- }
- interface System.EnterpriseServices.IObjectConstructString :
- {
- String get_ConstructString( );
- property ConstructString { get(){} set(){} };
- }
- interface System.EnterpriseServices.IObjectContext :
- {
- Object CreateInstance( ValueClass System.Guid , ValueClass System.Guid rclsid, riid);
- Void SetComplete();
- Void SetAbort();
- Void EnableCommit();
- Void DisableCommit();
- Boolean IsInTransaction( );
- Boolean IsSecurityEnabled( );
- Boolean IsCallerInRole( String , role);
- }
- interface System.EnterpriseServices.IDispatchContext :
- {
- Void CreateInstance( String bstrProgID, ByRef Object pObject);
- Void SetComplete();
- Void SetAbort();
- Void EnableCommit();
- Void DisableCommit();
- Boolean IsInTransaction();
- Boolean IsSecurityEnabled();
- Boolean IsCallerInRole( String bstrRole);
- Void Count( ByRef I4 plCount);
- Void Item( String name, ByRef Object pItem);
- Void _NewEnum( ByRef Object ppEnum);
- Object Security( );
- Object ContextInfo( );
- }
- interface System.EnterpriseServices.SecurityProperty :
- {
- String GetDirectCallerName( );
- String GetDirectCreatorName( );
- String GetOriginalCallerName( );
- String GetOriginalCreatorName( );
- }
- interface System.EnterpriseServices.IObjectContextInfo :
- {
- Boolean IsInTransaction( );
- Object GetTransaction( );
- ValueClass System.Guid GetTransactionId();
- ValueClass System.Guid GetActivityId();
- ValueClass System.Guid GetContextId();
- }
- interface System.EnterpriseServices.IObjectContextInfo2 :
- {
- Boolean IsInTransaction( );
- Object GetTransaction( );
- ValueClass System.Guid GetTransactionId();
- ValueClass System.Guid GetActivityId();
- ValueClass System.Guid GetContextId();
- ValueClass System.Guid GetPartitionId();
- ValueClass System.Guid GetApplicationId();
- ValueClass System.Guid GetApplicationInstanceId();
- }
- interface System.EnterpriseServices.IObjectControl :
- {
- Void Activate();
- Void Deactivate();
- Boolean CanBePooled( );
- }
- class System.EnterpriseServices.BOID : System.ValueType
- {
- SZArray UI1 rgb;
- }
- class System.EnterpriseServices.XACTTRANSINFO : System.ValueType
- {
- ValueClass System.EnterpriseServices.BOID uow;
- I4 isoLevel;
- I4 isoFlags;
- I4 grfTCSupported;
- I4 grfRMSupported;
- I4 grfTCSupportedRetaining;
- I4 grfRMSupportedRetaining;
- }
- interface System.EnterpriseServices.ITransaction :
- {
- Void Commit( I4 fRetaining, I4 grfTC, I4 grfRM);
- Void Abort( ByRef ValueClass System.EnterpriseServices.BOID pboidReason, I4 fRetaining, I4 fAsync);
- Void GetTransactionInfo( ByRef ValueClass System.EnterpriseServices.XACTTRANSINFO pinfo);
- }
- class System.EnterpriseServices.PropertyLockMode : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.PropertyLockMode SetGet;
- ValueClass System.EnterpriseServices.PropertyLockMode Method;
- }
- class System.EnterpriseServices.PropertyReleaseMode : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.PropertyReleaseMode Standard;
- ValueClass System.EnterpriseServices.PropertyReleaseMode Process;
- }
- interface System.EnterpriseServices.ISharedProperty :
- {
- Object get_Value();
- Void set_Value( Object value);
- property Value { get(){} set(){} };
- }
- interface System.EnterpriseServices.ISharedPropertyGroup :
- {
- Class System.EnterpriseServices.ISharedProperty CreatePropertyByPosition( I4 position, ByRef Boolean fExists);
- Class System.EnterpriseServices.ISharedProperty PropertyByPosition( I4 position);
- Class System.EnterpriseServices.ISharedProperty CreateProperty( String name, ByRef Boolean fExists);
- Class System.EnterpriseServices.ISharedProperty Property( String name);
- }
- interface System.EnterpriseServices.ISharedPropertyGroupManager :
- {
- Class System.EnterpriseServices.ISharedPropertyGroup CreatePropertyGroup( String name, ByRef ValueClass System.EnterpriseServices.PropertyLockMode dwIsoMode, ByRef ValueClass System.EnterpriseServices.PropertyReleaseMode dwRelMode, ByRef Boolean fExist);
- Class System.EnterpriseServices.ISharedPropertyGroup Group( String name);
- Void GetEnumerator( ByRef Class System.Collections.IEnumerator pEnum);
- }
- class System.EnterpriseServices.xSharedPropertyGroupManager : System.Object
- {
- Void System.EnterpriseServices.xSharedPropertyGroupManager();
- }
- class System.EnterpriseServices.SharedProperty : System.Object
- {
- Class System.EnterpriseServices.ISharedProperty _x;
- Void System.EnterpriseServices.SharedProperty( Class System.EnterpriseServices.ISharedProperty prop);
- Object get_Value();
- Void set_Value( Object value);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.SharedPropertyGroup : System.Object
- {
- Class System.EnterpriseServices.ISharedPropertyGroup _x;
- Void System.EnterpriseServices.SharedPropertyGroup( Class System.EnterpriseServices.ISharedPropertyGroup grp);
- Class System.EnterpriseServices.SharedProperty CreatePropertyByPosition( I4 position, ByRef Boolean fExists);
- Class System.EnterpriseServices.SharedProperty PropertyByPosition( I4 position);
- Class System.EnterpriseServices.SharedProperty CreateProperty( String name, ByRef Boolean fExists);
- Class System.EnterpriseServices.SharedProperty Property( String name);
- }
- class System.EnterpriseServices.SharedPropertyGroupManager : System.Object
- {
- Class System.EnterpriseServices.ISharedPropertyGroupManager _ex;
- Void System.EnterpriseServices.SharedPropertyGroupManager();
- Class System.EnterpriseServices.SharedPropertyGroup CreatePropertyGroup( String name, ByRef ValueClass System.EnterpriseServices.PropertyLockMode dwIsoMode, ByRef ValueClass System.EnterpriseServices.PropertyReleaseMode dwRelMode, ByRef Boolean fExist);
- Class System.EnterpriseServices.SharedPropertyGroup Group( String name);
- Class System.Collections.IEnumerator GetEnumerator();
- }
- interface System.EnterpriseServices.IRemoteDispatch :
- {
- String RemoteDispatchAutoDone( String s);
- String RemoteDispatchNotAutoDone( String s);
- }
- interface System.EnterpriseServices.IServicedComponentInfo :
- {
- Void GetComponentInfo( ByRef I4 infoMask, ByRef SZArray String infoArray);
- }
- interface System.EnterpriseServices.IManagedObject :
- {
- Void GetSerializedBuffer( ByRef String s);
- Void GetObjectIdentity( ByRef String s, ByRef I4 AppDomainID, ByRef I4 ccw);
- }
- class System.EnterpriseServices.ServicedComponent : System.ContextBoundObject
- {
- Boolean _denyRemoteDispatch;
- Class System.Reflection.MethodInfo _finalize;
- Boolean _calledDispose;
- Class System.EnterpriseServices.RWHashTableEx _finalizeCache;
- Class System.Type _typeofSC;
- Void System.EnterpriseServices.ServicedComponent();
- Void System.EnterpriseServices.ServicedComponent();
- Void System.EnterpriseServices.IServicedComponentInfo.GetComponentInfo( ByRef I4 infoMask, ByRef SZArray String infoArray);
- Class System.Reflection.MethodInfo GetDeclaredFinalizer( Class System.Type t);
- Void DisposeObject( Class System.EnterpriseServices.ServicedComponent sc);
- Void Activate();
- Void Deactivate();
- Boolean CanBePooled();
- Void Construct( String s);
- String System.EnterpriseServices.IRemoteDispatch.RemoteDispatchAutoDone( String s);
- String System.EnterpriseServices.IRemoteDispatch.RemoteDispatchNotAutoDone( String s);
- Boolean SecureMethodCall( Class System.Runtime.Remoting.Messaging.IMessage request);
- String RemoteDispatchHelper( String s, ByRef Boolean failed);
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void _callFinalize( Boolean disposing);
- Void _internalDeactivate( Boolean disposing);
- Void DoSetCOMIUnknown( I pUnk);
- Void System.EnterpriseServices.IManagedObject.GetSerializedBuffer( ByRef String s);
- Void System.EnterpriseServices.IManagedObject.GetObjectIdentity( ByRef String s, ByRef I4 AppDomainID, ByRef I4 ccw);
- }
- class System.EnterpriseServices.ProxyTearoff : System.Object
- {
- Void System.EnterpriseServices.ProxyTearoff();
- Void Init( Class System.EnterpriseServices.ServicedComponentProxy scp);
- Void SetCanBePooled( Boolean fCanBePooled);
- }
- class System.EnterpriseServices.ClassicProxyTearoff : System.EnterpriseServices.ProxyTearoff
- {
- Class System.EnterpriseServices.ServicedComponentProxy _scp;
- Boolean _fCanBePooled;
- Void Init( Class System.EnterpriseServices.ServicedComponentProxy scp);
- Void SetCanBePooled( Boolean fCanBePooled);
- Void System.EnterpriseServices.IObjectControl.Activate();
- Void System.EnterpriseServices.IObjectControl.Deactivate();
- Boolean System.EnterpriseServices.IObjectControl.CanBePooled();
- Void System.EnterpriseServices.IObjectConstruct.Construct( Object obj);
- Void System.EnterpriseServices.ClassicProxyTearoff();
- }
- class System.EnterpriseServices.WeakProxyTearoff : System.EnterpriseServices.ProxyTearoff
- {
- Class System.WeakReference _scp;
- Boolean _fCanBePooled;
- Void Init( Class System.EnterpriseServices.ServicedComponentProxy scp);
- Void SetCanBePooled( Boolean fCanBePooled);
- Void Refresh( Class System.EnterpriseServices.ServicedComponentProxy scp);
- Void System.EnterpriseServices.IObjectControl.Activate();
- Void System.EnterpriseServices.IObjectControl.Deactivate();
- Boolean System.EnterpriseServices.IObjectControl.CanBePooled();
- Void System.EnterpriseServices.IObjectConstruct.Construct( Object obj);
- Void System.EnterpriseServices.WeakProxyTearoff();
- }
- interface System.EnterpriseServices.IManagedObjectInfo :
- {
- Void GetIUnknown( ByRef I pUnk);
- Void GetIObjectControl( ByRef Class System.EnterpriseServices.IObjectControl pCtrl);
- Void SetInPool( Boolean fInPool, I pPooledObject);
- Void SetWrapperStrength( Boolean bStrong);
- }
- class System.EnterpriseServices.ServicedComponentStub : System.Object
- {
- Class System.WeakReference _scp;
- Void System.EnterpriseServices.ServicedComponentStub( Class System.EnterpriseServices.ServicedComponentProxy scp);
- Void System.EnterpriseServices.IManagedObjectInfo.GetIObjectControl( ByRef Class System.EnterpriseServices.IObjectControl pCtrl);
- Void System.EnterpriseServices.IManagedObjectInfo.GetIUnknown( ByRef I pUnk);
- Void System.EnterpriseServices.IManagedObjectInfo.SetInPool( Boolean fInPool, I pPooledObject);
- Void System.EnterpriseServices.IManagedObjectInfo.SetWrapperStrength( Boolean bStrong);
- }
- class System.EnterpriseServices.ServicedComponentProxy : System.Runtime.Remoting.Proxies.RealProxy
- {
- I NegativeOne;
- I _stub;
- Class System.Reflection.MethodInfo _getTypeMethod;
- Class System.Reflection.MethodInfo _getHashCodeMethod;
- Class System.Reflection.MethodBase _getIDisposableDispose;
- Class System.Reflection.MethodBase _getServicedComponentDispose;
- Class System.Reflection.MethodInfo _internalDeactivateMethod;
- Class System.Reflection.MethodInfo _initializeLifetimeServiceMethod;
- Class System.Reflection.MethodInfo _getLifetimeServiceMethod;
- Class System.Reflection.MethodInfo _setCOMIUnknownMethod;
- I4 _gitCookie;
- I _token;
- I _context;
- I _pPoolUnk;
- Boolean _fIsObjectPooled;
- Boolean _fIsJitActivated;
- Boolean _fDeliverADC;
- Boolean _fUseIntfDispatch;
- Boolean _fIsServerActivated;
- Boolean _fIsActive;
- Boolean _tabled;
- Boolean _filterConstructors;
- Class System.EnterpriseServices.ProxyTearoff _proxyTearoff;
- Class System.EnterpriseServices.ServicedComponentStub _scstub;
- Class System.EnterpriseServices.Thunk.Callback _callback;
- Boolean _asyncFinalizeEnabled;
- Class System.EnterpriseServices.InterlockedQueue _ctxQueue;
- Class System.EnterpriseServices.InterlockedQueue _gitQueue;
- Class System.Threading.Thread _cleanupThread;
- ValueClass System.Guid _s_IID_IObjectControl;
- ValueClass System.Guid _s_IID_IObjectConstruct;
- ValueClass System.Guid _s_IID_IManagedObjectInfo;
- Void System.EnterpriseServices.ServicedComponentProxy();
- Void ShutdownDomain( Object sender, Class System.EventArgs e);
- Void QueueCleaner();
- Void System.EnterpriseServices.ServicedComponentProxy();
- Void System.EnterpriseServices.ServicedComponentProxy( Class System.Type serverType, Boolean fIsJitActivated, Boolean fIsPooled, Boolean fAreMethodsSecure, Boolean fCreateRealServer);
- Void CleanupQueues( Boolean bGit);
- Void AssertValid();
- I get_HomeContext();
- I get_HomeToken();
- Boolean get_IsProxyDeactivated();
- Boolean get_IsJitActivated();
- Boolean get_IsObjectPooled();
- Boolean get_AreMethodsSecure();
- Void DispatchActivate();
- Void DispatchDeactivate();
- Void DispatchConstruct( String str);
- Void ConnectForPooling( Class System.EnterpriseServices.ServicedComponentProxy oldscp, Class System.EnterpriseServices.ServicedComponent server, Class System.EnterpriseServices.ProxyTearoff proxyTearoff);
- Class System.EnterpriseServices.ServicedComponent DisconnectForPooling( ByRef Class System.EnterpriseServices.ProxyTearoff proxyTearoff);
- Void DeactivateProxy( Boolean disposing);
- Void ActivateObject();
- Object GetContextProperty( I ctx, ValueClass System.Guid id);
- Void SendCreationEvents();
- Void ReleasePoolUnk();
- Void SendDestructionEvents();
- Void SendDestructionEventsAsync();
- Void ConstructServer();
- Void SuppressFinalizeServer();
- Void ActivateProxy();
- Void FilterConstructors();
- Boolean HasGITCookie();
- I GetRawIUnknown();
- I GetCOMIUnknown( Boolean fIsBeingMarshalled);
- Void SetCOMIUnknown( I i);
- Class System.EnterpriseServices.ProxyTearoff GetProxyTearoff();
- I SupportsInterface( ByRef ValueClass System.Guid iid);
- Class System.Runtime.Remoting.ObjRef CreateObjRef( Class System.Type requestedType);
- Class System.Runtime.Remoting.Messaging.IMessage Invoke( Class System.Runtime.Remoting.Messaging.IMessage request);
- Class System.Runtime.Remoting.Messaging.IMessage LocalInvoke( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessage CrossCtxInvoke( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Reflection.MemberInfo AliasCall( Class System.Reflection.MethodInfo mi);
- Class System.Runtime.Remoting.Messaging.IMessage HandleDispose( Class System.Runtime.Remoting.Messaging.IMessage msg);
- Class System.Runtime.Remoting.Messaging.IMessage HandleSetCOMIUnknown( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessage HandleSpecialMethods( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Void ReleaseGitCookie();
- Void SetupContext( Boolean construction);
- Void ReleaseContext();
- Void SetInPool( Boolean fInPool, I pPooledObject);
- Void FinalizeHere();
- Void ReleaseContextAsync();
- Void ReleaseGitCookieAsync();
- Void Dispose( Boolean disposing);
- Void Finalize();
- property HomeContext { get(){} set(){} };
- property HomeToken { get(){} set(){} };
- property IsProxyDeactivated { get(){} set(){} };
- property IsJitActivated { get(){} set(){} };
- property IsObjectPooled { get(){} set(){} };
- property AreMethodsSecure { get(){} set(){} };
- }
- class System.EnterpriseServices.MethodCallMessageWrapperEx : System.Runtime.Remoting.Messaging.MethodCallMessageWrapper
- {
- Class System.Reflection.MethodBase _mb;
- Void System.EnterpriseServices.MethodCallMessageWrapperEx( Class System.Runtime.Remoting.Messaging.IMethodCallMessage imcmsg, Class System.Reflection.MethodBase mb);
- Class System.Reflection.MethodBase get_MethodBase();
- property MethodBase { get(){} set(){} };
- }
- class System.EnterpriseServices.RemoteServicedComponentProxy : System.Runtime.Remoting.Proxies.RealProxy
- {
- I _pUnk;
- Object _server;
- Boolean _fUseIntfDispatch;
- Boolean _fAttachedServer;
- Class System.Reflection.MethodInfo _getTypeMethod;
- Class System.Reflection.MethodInfo _getHashCodeMethod;
- Class System.Reflection.MethodBase _getIDisposableDispose;
- Class System.Reflection.MethodBase _getServicedComponentDispose;
- Class System.Type _pt;
- Class System.Type get_ProxiedType();
- Void System.EnterpriseServices.RemoteServicedComponentProxy();
- Void AssertValid();
- Boolean IsDisposeRequest( Class System.Runtime.Remoting.Messaging.IMessage msg);
- Void System.EnterpriseServices.RemoteServicedComponentProxy( Class System.Type serverType, I pUnk, Boolean fAttachServer);
- Void Dispose();
- I GetCOMIUnknown( Boolean fIsMarshalled);
- Void SetCOMIUnknown( I pUnk);
- Class System.Runtime.Remoting.ObjRef CreateObjRef( Class System.Type requestedType);
- Class System.Runtime.Remoting.Messaging.IMessage Invoke( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Void Finalize();
- Void System.EnterpriseServices.RemoteServicedComponentProxy();
- property ProxiedType { get(){} set(){} };
- }
- class System.EnterpriseServices.Hack : System.MarshalByRefObject
- {
- Class System.EnterpriseServices.Hack _init;
- Void InitializeRemoting();
- Void System.EnterpriseServices.Hack();
- }
- class System.EnterpriseServices.ServicedComponentProxyAttribute : System.Runtime.Remoting.Proxies.ProxyAttribute
- {
- Void System.EnterpriseServices.ServicedComponentProxyAttribute();
- Class System.MarshalByRefObject CreateInstance( Class System.Type serverType);
- Class System.MarshalByRefObject System.Runtime.InteropServices.ICustomFactory.CreateInstance( Class System.Type serverType);
- Class System.Runtime.Remoting.Proxies.RealProxy CreateProxy( Class System.Runtime.Remoting.ObjRef objRef, Class System.Type serverType, Object serverObject, Class System.Runtime.Remoting.Contexts.Context serverContext);
- }
- class System.EnterpriseServices.InterlockedStack : System.Object
- {
- Object _head;
- Void System.EnterpriseServices.InterlockedStack();
- Void Push( Object o);
- Object Pop();
- }
- class Node : System.Object
- {
- Object Object;
- Class Node Next;
- Void Node( Object o);
- }
- class System.EnterpriseServices.ComSurrogateSelector : System.Object
- {
- Class System.Runtime.Serialization.ISurrogateSelector _deleg;
- Void System.EnterpriseServices.ComSurrogateSelector();
- Void ChainSelector( Class System.Runtime.Serialization.ISurrogateSelector next);
- Class System.Runtime.Serialization.ISurrogateSelector GetNextSelector();
- Class System.Runtime.Serialization.ISerializationSurrogate GetSurrogate( Class System.Type type, ValueClass System.Runtime.Serialization.StreamingContext ctx, ByRef Class System.Runtime.Serialization.ISurrogateSelector selector);
- Void GetObjectData( Object obj, Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext ctx);
- Object SetObjectData( Object obj, Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext ctx, Class System.Runtime.Serialization.ISurrogateSelector sel);
- }
- class System.EnterpriseServices.ComObjRef : System.Object
- {
- Object _realobj;
- Void System.EnterpriseServices.ComObjRef( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext ctx);
- Object GetRealObject( ValueClass System.Runtime.Serialization.StreamingContext ctx);
- Void GetObjectData( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext ctx);
- }
- class System.EnterpriseServices.ComponentSerializer : System.Object
- {
- Class System.EnterpriseServices.InterlockedStack _stack;
- Class System.IO.MemoryStream _stream;
- Class System.Runtime.Serialization.ISurrogateSelector _selector;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryFormatter _formatter;
- ValueClass System.Runtime.Serialization.StreamingContext _streamingCtx;
- Class System.Runtime.Remoting.Messaging.HeaderHandler _headerhandler;
- Object _tp;
- Void System.EnterpriseServices.ComponentSerializer();
- Void SetStream( SZArray UI1 b);
- SZArray UI1 MarshalToBuffer( Object o);
- Object TPHeaderHandler( SZArray Class System.Runtime.Remoting.Messaging.Header Headers);
- Object UnmarshalFromBuffer( SZArray UI1 b, Object tp);
- Object UnmarshalReturnMessageFromBuffer( SZArray UI1 b, Class System.Runtime.Remoting.Messaging.IMethodCallMessage msg);
- Class System.EnterpriseServices.ComponentSerializer Get();
- Void Release();
- Void System.EnterpriseServices.ComponentSerializer();
- }
- class System.EnterpriseServices.ComponentServices : System.Object
- {
- Class System.Text.UnicodeEncoding _encoder;
- SZArray UI1 GetDCOMBuffer( Object o);
- Void InitializeRemotingChannels();
- Void DeactivateObject( Object otp, Boolean disposing);
- Void ReconnectForPooling( Class System.EnterpriseServices.ServicedComponentProxy scp);
- Void System.EnterpriseServices.ComponentServices();
- Object WrapIUnknownWithComObject( I i);
- String ConvertToString( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessage ConvertToMessage( String s, Object tp);
- Class System.Runtime.Remoting.Messaging.IMessage ConvertToReturnMessage( String s, Class System.Runtime.Remoting.Messaging.IMessage mcMsg);
- Void System.EnterpriseServices.ComponentServices();
- }
- class System.EnterpriseServices.ServicedComponentException : System.SystemException
- {
- I4 COR_E_SERVICEDCOMPONENT;
- String _default;
- String get_DefaultMessage();
- Void System.EnterpriseServices.ServicedComponentException();
- Void System.EnterpriseServices.ServicedComponentException( String message);
- Void System.EnterpriseServices.ServicedComponentException( String message, Class System.Exception innerException);
- Void System.EnterpriseServices.ServicedComponentException( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void System.EnterpriseServices.ServicedComponentException();
- property DefaultMessage { get(){} set(){} };
- }
- class System.EnterpriseServices.SCUnMarshaler : System.Object
- {
- SZArray UI1 buffer;
- Class System.Type servertype;
- Class System.Runtime.Remoting.Proxies.RealProxy _rp;
- Boolean _fUnMarshaled;
- Void System.EnterpriseServices.SCUnMarshaler( Class System.Type _servertype, SZArray UI1 _buffer);
- Class System.Runtime.Remoting.Proxies.RealProxy UnmarshalRemoteReference();
- Class System.Runtime.Remoting.Proxies.RealProxy GetRealProxy();
- Void Dispose();
- }
- class System.EnterpriseServices.ServicedComponentMarshaler : System.Runtime.Remoting.ObjRef
- {
- Class System.Runtime.Remoting.Proxies.RealProxy _rp;
- Class System.EnterpriseServices.SCUnMarshaler _um;
- Class System.Type _rt;
- Boolean _marshalled;
- Void System.EnterpriseServices.ServicedComponentMarshaler();
- Void System.EnterpriseServices.ServicedComponentMarshaler( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void System.EnterpriseServices.ServicedComponentMarshaler( Class System.MarshalByRefObject o, Class System.Type requestedType);
- Boolean get_IsMarshaledObject();
- Object GetRealObject( ValueClass System.Runtime.Serialization.StreamingContext context);
- Void GetObjectData( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- property IsMarshaledObject { get(){} set(){} };
- }
- class System.EnterpriseServices.FastRSCPObjRef : System.Runtime.Remoting.ObjRef
- {
- I _pUnk;
- Class System.Type _serverType;
- Class System.Runtime.Remoting.Proxies.RealProxy _rp;
- Void System.EnterpriseServices.FastRSCPObjRef( I pUnk, Class System.Type serverType, String uri);
- Object GetRealObject( ValueClass System.Runtime.Serialization.StreamingContext context);
- Void GetObjectData( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- }
- class System.EnterpriseServices.SCMChannelInfo : System.Object
- {
- SZArray Object get_ChannelData();
- Void set_ChannelData( SZArray Object value);
- Void System.EnterpriseServices.SCMChannelInfo();
- property ChannelData { get(){} set(){} };
- }
- class System.EnterpriseServices.SCMTypeName : System.Object
- {
- Class System.Type _serverType;
- String _serverTypeName;
- Void System.EnterpriseServices.SCMTypeName( Class System.Type serverType);
- String get_TypeName();
- Void set_TypeName( String value);
- Boolean CanCastTo( Class System.Type castType, Object o);
- property TypeName { get(){} set(){} };
- }
- class System.EnterpriseServices.LookupTable : System.Object
- {
- I4 _defaultCapacity;
- SZArray I keys;
- SZArray Object values;
- I4 _size;
- Void System.EnterpriseServices.LookupTable();
- Object get_Item( I4 index);
- Void Add( I ikey, Object value);
- Void EnsureCapacity();
- I4 IndexOfKey( I ikey);
- I4 BinarySearch( I ikey);
- Void Insert( I4 index, I key, Object value);
- Void RemoveAt( I4 index);
- property Item { get(){} set(){} };
- }
- class System.EnterpriseServices.IdentityTable : System.Object
- {
- Class System.Collections.Hashtable _table;
- Class System.Threading.ReaderWriterLock _rwlock;
- Void System.EnterpriseServices.IdentityTable();
- Void RemoveObject( I key, Object val);
- Object FindObject( I key);
- Void AddObject( I key, Object val);
- Void System.EnterpriseServices.IdentityTable();
- }
- class System.EnterpriseServices.Cachetable : System.Object
- {
- Class System.Collections.Hashtable _cache;
- Class System.Threading.ReaderWriterLock _rwlock;
- Void System.EnterpriseServices.Cachetable();
- Object Get( Object key);
- Object Set( Object key, Object nv);
- Void Reset( Object key, Object nv);
- }
- class System.EnterpriseServices.ReflectionCache : System.Object
- {
- Class System.EnterpriseServices.Cachetable _cache;
- Void Init();
- Class System.EnterpriseServices.Cachetable get_Cache();
- Class System.Reflection.MemberInfo ConvertToInterfaceMI( Class System.Reflection.MemberInfo mi);
- Class System.Reflection.MemberInfo ConvertToClassMI( Class System.Type t, Class System.Reflection.MemberInfo mi);
- Void System.EnterpriseServices.ReflectionCache();
- property Cache { get(){} set(){} };
- }
- interface System.EnterpriseServices.IContext :
- {
- Void SetProperty( ValueClass System.Guid policyId, I4 flags, Object punk);
- Void RemoveProperty( ValueClass System.Guid policyId);
- Void GetProperty( ValueClass System.Guid policyId, ByRef I4 flags, ByRef Object pUnk);
- }
- interface System.EnterpriseServices.IManagedObjectPool :
- {
- Void SetHeld( Boolean bHeld);
- }
- interface System.EnterpriseServices.IManagedActivationEvents :
- {
- Void CreateManagedStub( Class System.EnterpriseServices.IManagedObjectInfo pInfo, Boolean fDist);
- Void DestroyManagedStub( Class System.EnterpriseServices.IManagedObjectInfo pInfo);
- }
- interface System.EnterpriseServices.ITxStreamInternal :
- {
- Void GetTransaction( ByRef Class System.EnterpriseServices.ITransaction ptx);
- ValueClass System.Guid GetGuid();
- Boolean TxIsDoomed( );
- }
- interface System.EnterpriseServices.ITransactionProperty :
- {
- Void SetConsistent( Boolean fConsistent);
- Void GetTransaction( ByRef Class System.EnterpriseServices.ITransaction ptx);
- Void GetTxStream( ByRef Class System.EnterpriseServices.ITxStreamInternal ptsi);
- ValueClass System.Guid GetTxStreamGuid();
- I4 GetTxStreamMarshalSize();
- I4 GetTxStreamMarshalBuffer();
- I2 GetUnmarshalVariant();
- Boolean NeedEnvoy( );
- I2 GetRootDtcCapabilities();
- I4 GetTransactionResourcePool( ByRef Class System.EnterpriseServices.ITransactionResourcePool pool);
- Void GetTransactionId( ByRef ValueClass System.Guid guid);
- Object GetClassInfo();
- Boolean IsRoot( );
- }
- class System.EnterpriseServices.ContextUtil : System.Object
- {
- ValueClass System.Guid GUID_TransactionProperty;
- ValueClass System.Guid GUID_JitActivationPolicy;
- Void System.EnterpriseServices.ContextUtil();
- Object get_ObjectContext();
- Void EnableCommit();
- Void DisableCommit();
- Void SetComplete();
- Void SetAbort();
- Boolean IsCallerInRole( String role);
- Boolean get_IsInTransaction();
- Boolean get_IsSecurityEnabled();
- Object get_Transaction();
- ValueClass System.Guid get_TransactionId();
- ValueClass System.Guid get_ContextId();
- ValueClass System.Guid get_ActivityId();
- ValueClass System.EnterpriseServices.TransactionVote get_MyTransactionVote();
- Void set_MyTransactionVote( ValueClass System.EnterpriseServices.TransactionVote value);
- Boolean get_DeactivateOnReturn();
- Void set_DeactivateOnReturn( Boolean value);
- Object GetNamedProperty( String name);
- ValueClass System.Guid get_PartitionId();
- ValueClass System.Guid get_ApplicationId();
- ValueClass System.Guid get_ApplicationInstanceId();
- Void System.EnterpriseServices.ContextUtil();
- property ObjectContext { get(){} set(){} };
- property IsInTransaction { get(){} set(){} };
- property IsSecurityEnabled { get(){} set(){} };
- property Transaction { get(){} set(){} };
- property TransactionId { get(){} set(){} };
- property ContextId { get(){} set(){} };
- property ActivityId { get(){} set(){} };
- property MyTransactionVote { get(){} set(){} };
- property DeactivateOnReturn { get(){} set(){} };
- property PartitionId { get(){} set(){} };
- property ApplicationId { get(){} set(){} };
- property ApplicationInstanceId { get(){} set(){} };
- }
- interface System.EnterpriseServices.ISecurityCallersColl :
- {
- I4 get_Count();
- Class System.EnterpriseServices.ISecurityIdentityColl GetItem( I4 lIndex);
- Void GetEnumerator( ByRef Class System.Collections.IEnumerator pEnum);
- property Count { get(){} set(){} };
- }
- interface System.EnterpriseServices.ISecurityIdentityColl :
- {
- I4 get_Count();
- Object GetItem( String lIndex);
- Void GetEnumerator( ByRef Class System.Collections.IEnumerator pEnum);
- property Count { get(){} set(){} };
- }
- interface System.EnterpriseServices.ISecurityCallContext :
- {
- I4 get_Count();
- Object GetItem( String name);
- Void GetEnumerator( ByRef Class System.Collections.IEnumerator pEnum);
- Boolean IsCallerInRole( String role);
- Boolean IsSecurityEnabled();
- Boolean IsUserInRole( ByRef Object pUser, String role);
- property Count { get(){} set(){} };
- }
- class System.EnterpriseServices.SecurityIdentity : System.Object
- {
- Class System.EnterpriseServices.ISecurityIdentityColl _ex;
- Void System.EnterpriseServices.SecurityIdentity();
- Void System.EnterpriseServices.SecurityIdentity( Class System.EnterpriseServices.ISecurityIdentityColl ifc);
- String get_AccountName();
- I4 get_AuthenticationService();
- ValueClass System.EnterpriseServices.ImpersonationLevelOption get_ImpersonationLevel();
- ValueClass System.EnterpriseServices.AuthenticationOption get_AuthenticationLevel();
- property AccountName { get(){} set(){} };
- property AuthenticationService { get(){} set(){} };
- property ImpersonationLevel { get(){} set(){} };
- property AuthenticationLevel { get(){} set(){} };
- }
- class System.EnterpriseServices.SecurityIdentityEnumerator : System.Object
- {
- Class System.Collections.IEnumerator _E;
- Class System.EnterpriseServices.SecurityCallers _callers;
- Void System.EnterpriseServices.SecurityIdentityEnumerator( Class System.Collections.IEnumerator E, Class System.EnterpriseServices.SecurityCallers c);
- Boolean MoveNext();
- Void Reset();
- Object get_Current();
- property Current { get(){} set(){} };
- }
- class System.EnterpriseServices.SecurityCallers : System.Object
- {
- Class System.EnterpriseServices.ISecurityCallersColl _ex;
- Void System.EnterpriseServices.SecurityCallers();
- Void System.EnterpriseServices.SecurityCallers( Class System.EnterpriseServices.ISecurityCallersColl ifc);
- I4 get_Count();
- Class System.EnterpriseServices.SecurityIdentity get_Item( I4 idx);
- Class System.Collections.IEnumerator GetEnumerator();
- property Count { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.EnterpriseServices.SecurityCallContext : System.Object
- {
- Class System.EnterpriseServices.ISecurityCallContext _ex;
- Void System.EnterpriseServices.SecurityCallContext();
- Void System.EnterpriseServices.SecurityCallContext( Class System.EnterpriseServices.ISecurityCallContext ctx);
- Class System.EnterpriseServices.SecurityCallContext get_CurrentCall();
- Boolean IsCallerInRole( String role);
- Boolean IsUserInRole( String user, String role);
- Boolean get_IsSecurityEnabled();
- Class System.EnterpriseServices.SecurityIdentity get_DirectCaller();
- Class System.EnterpriseServices.SecurityIdentity get_OriginalCaller();
- I4 get_NumCallers();
- I4 get_MinAuthenticationLevel();
- Class System.EnterpriseServices.SecurityCallers get_Callers();
- property CurrentCall { get(){} set(){} };
- property IsSecurityEnabled { get(){} set(){} };
- property DirectCaller { get(){} set(){} };
- property OriginalCaller { get(){} set(){} };
- property NumCallers { get(){} set(){} };
- property MinAuthenticationLevel { get(){} set(){} };
- property Callers { get(){} set(){} };
- }
- class System.EnterpriseServices.Admin.ApplicationInstallOptions : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.Admin.ApplicationInstallOptions NoUsers;
- ValueClass System.EnterpriseServices.Admin.ApplicationInstallOptions Users;
- ValueClass System.EnterpriseServices.Admin.ApplicationInstallOptions ForceOverwriteOfFiles;
- }
- class System.EnterpriseServices.Admin.ApplicationExportOptions : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.Admin.ApplicationExportOptions NoUsers;
- ValueClass System.EnterpriseServices.Admin.ApplicationExportOptions Users;
- ValueClass System.EnterpriseServices.Admin.ApplicationExportOptions ApplicationProxy;
- ValueClass System.EnterpriseServices.Admin.ApplicationExportOptions ForceOverwriteOfFiles;
- }
- class System.EnterpriseServices.Admin.AuthenticationCapabilitiesOptions : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.Admin.AuthenticationCapabilitiesOptions None;
- ValueClass System.EnterpriseServices.Admin.AuthenticationCapabilitiesOptions StaticCloaking;
- ValueClass System.EnterpriseServices.Admin.AuthenticationCapabilitiesOptions DynamicCloaking;
- ValueClass System.EnterpriseServices.Admin.AuthenticationCapabilitiesOptions SecureReference;
- }
- class System.EnterpriseServices.Admin.ServiceStatusOptions : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.Admin.ServiceStatusOptions Stopped;
- ValueClass System.EnterpriseServices.Admin.ServiceStatusOptions StartPending;
- ValueClass System.EnterpriseServices.Admin.ServiceStatusOptions StopPending;
- ValueClass System.EnterpriseServices.Admin.ServiceStatusOptions Running;
- ValueClass System.EnterpriseServices.Admin.ServiceStatusOptions ContinuePending;
- ValueClass System.EnterpriseServices.Admin.ServiceStatusOptions PausePending;
- ValueClass System.EnterpriseServices.Admin.ServiceStatusOptions Paused;
- ValueClass System.EnterpriseServices.Admin.ServiceStatusOptions UnknownState;
- }
- class System.EnterpriseServices.Admin.FileFlags : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.Admin.FileFlags Loadable;
- ValueClass System.EnterpriseServices.Admin.FileFlags COM;
- ValueClass System.EnterpriseServices.Admin.FileFlags ContainsPS;
- ValueClass System.EnterpriseServices.Admin.FileFlags ContainsComp;
- ValueClass System.EnterpriseServices.Admin.FileFlags ContainsTLB;
- ValueClass System.EnterpriseServices.Admin.FileFlags SelfReg;
- ValueClass System.EnterpriseServices.Admin.FileFlags SelfUnReg;
- ValueClass System.EnterpriseServices.Admin.FileFlags UnloadableDLL;
- ValueClass System.EnterpriseServices.Admin.FileFlags DoesNotExists;
- ValueClass System.EnterpriseServices.Admin.FileFlags AlreadyInstalled;
- ValueClass System.EnterpriseServices.Admin.FileFlags BadTLB;
- ValueClass System.EnterpriseServices.Admin.FileFlags GetClassObjFailed;
- ValueClass System.EnterpriseServices.Admin.FileFlags ClassNotAvailable;
- ValueClass System.EnterpriseServices.Admin.FileFlags Registrar;
- ValueClass System.EnterpriseServices.Admin.FileFlags NoRegistrar;
- ValueClass System.EnterpriseServices.Admin.FileFlags DLLRegsvrFailed;
- ValueClass System.EnterpriseServices.Admin.FileFlags RegTLBFailed;
- ValueClass System.EnterpriseServices.Admin.FileFlags RegistrarFailed;
- ValueClass System.EnterpriseServices.Admin.FileFlags Error;
- }
- class System.EnterpriseServices.Admin.ComponentFlags : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.Admin.ComponentFlags TypeInfoFound;
- ValueClass System.EnterpriseServices.Admin.ComponentFlags COMPlusPropertiesFound;
- ValueClass System.EnterpriseServices.Admin.ComponentFlags ProxyFound;
- ValueClass System.EnterpriseServices.Admin.ComponentFlags InterfacesFound;
- ValueClass System.EnterpriseServices.Admin.ComponentFlags AlreadyInstalled;
- ValueClass System.EnterpriseServices.Admin.ComponentFlags NotInApplication;
- }
- interface System.EnterpriseServices.Admin.IMtsCatalog :
- {
- Object GetCollection( String , bstrCollName);
- Object Connect( String , connectStr);
- I4 MajorVersion();
- I4 MinorVersion();
- }
- interface System.EnterpriseServices.Admin.IComponentUtil :
- {
- Void InstallComponent( String bstrDLLFile, String bstrTypelibFile, String bstrProxyStubDLLFile);
- Void ImportComponent( String bstrCLSID);
- Void ImportComponentByName( String bstrProgID);
- Void GetCLSIDs( String bstrDLLFile, String bstrTypelibFile, ByRef SZArray Object CLSIDS);
- }
- interface System.EnterpriseServices.Admin.IRoleAssociationUtil :
- {
- Void AssociateRole( String bstrRoleID);
- Void AssociateRoleByName( String bstrRoleName);
- }
- interface System.EnterpriseServices.Admin.ICatalog :
- {
- Object GetCollection( String , bstrCollName);
- Object Connect( String , connectStr);
- I4 MajorVersion();
- I4 MinorVersion();
- Object GetCollectionByQuery( String , ByRef SZArray Object collName, aQuery);
- Void ImportComponent( String bstrApplIdOrName, String bstrCLSIDOrProgId);
- Void InstallComponent( String bstrApplIdOrName, String bstrDLL, String bstrTLB, String bstrPSDLL);
- Void ShutdownApplication( String bstrApplIdOrName);
- Void ExportApplication( String bstrApplIdOrName, String bstrApplicationFile, I4 lOptions);
- Void InstallApplication( String bstrApplicationFile, String bstrDestinationDirectory, I4 lOptions, String bstrUserId, String bstrPassword, String bstrRSN);
- Void StopRouter();
- Void RefreshRouter();
- Void StartRouter();
- Void Reserved1();
- Void Reserved2();
- Void InstallMultipleComponents( String bstrApplIdOrName, ByRef SZArray Object fileNames, ByRef SZArray Object CLSIDS);
- Void GetMultipleComponentsInfo( String bstrApplIdOrName, Object varFileNames, ByRef SZArray Object varCLSIDS, ByRef SZArray Object varClassNames, ByRef SZArray Object varFileFlags, ByRef SZArray Object varComponentFlags);
- Void RefreshComponents();
- Void BackupREGDB( String bstrBackupFilePath);
- Void RestoreREGDB( String bstrBackupFilePath);
- Void QueryApplicationFile( String bstrApplicationFile, ByRef String bstrApplicationName, ByRef String bstrApplicationDescription, ByRef Boolean bHasUsers, ByRef Boolean bIsProxy, ByRef SZArray Object varFileNames);
- Void StartApplication( String bstrApplIdOrName);
- I4 ServiceCheck( I4 lService);
- Void InstallMultipleEventClasses( String bstrApplIdOrName, ByRef SZArray Object fileNames, ByRef SZArray Object CLSIDS);
- Void InstallEventClass( String bstrApplIdOrName, String bstrDLL, String bstrTLB, String bstrPSDLL);
- Void GetEventClassesForIID( String bstrIID, ByRef SZArray Object varCLSIDS, ByRef SZArray Object varProgIDs, ByRef SZArray Object varDescriptions);
- }
- interface System.EnterpriseServices.Admin.ICatalog2 :
- {
- Object GetCollection( String , bstrCollName);
- Object Connect( String , connectStr);
- I4 MajorVersion();
- I4 MinorVersion();
- Object GetCollectionByQuery( String , ByRef SZArray Object collName, aQuery);
- Void ImportComponent( String bstrApplIdOrName, String bstrCLSIDOrProgId);
- Void InstallComponent( String bstrApplIdOrName, String bstrDLL, String bstrTLB, String bstrPSDLL);
- Void ShutdownApplication( String bstrApplIdOrName);
- Void ExportApplication( String bstrApplIdOrName, String bstrApplicationFile, I4 lOptions);
- Void InstallApplication( String bstrApplicationFile, String bstrDestinationDirectory, I4 lOptions, String bstrUserId, String bstrPassword, String bstrRSN);
- Void StopRouter();
- Void RefreshRouter();
- Void StartRouter();
- Void Reserved1();
- Void Reserved2();
- Void InstallMultipleComponents( String bstrApplIdOrName, ByRef SZArray Object fileNames, ByRef SZArray Object CLSIDS);
- Void GetMultipleComponentsInfo( String bstrApplIdOrName, Object varFileNames, ByRef SZArray Object varCLSIDS, ByRef SZArray Object varClassNames, ByRef SZArray Object varFileFlags, ByRef SZArray Object varComponentFlags);
- Void RefreshComponents();
- Void BackupREGDB( String bstrBackupFilePath);
- Void RestoreREGDB( String bstrBackupFilePath);
- Void QueryApplicationFile( String bstrApplicationFile, ByRef String bstrApplicationName, ByRef String bstrApplicationDescription, ByRef Boolean bHasUsers, ByRef Boolean bIsProxy, ByRef SZArray Object varFileNames);
- Void StartApplication( String bstrApplIdOrName);
- I4 ServiceCheck( I4 lService);
- Void InstallMultipleEventClasses( String bstrApplIdOrName, ByRef SZArray Object fileNames, ByRef SZArray Object CLSIDS);
- Void InstallEventClass( String bstrApplIdOrName, String bstrDLL, String bstrTLB, String bstrPSDLL);
- Void GetEventClassesForIID( String bstrIID, ByRef SZArray Object varCLSIDS, ByRef SZArray Object varProgIDs, ByRef SZArray Object varDescriptions);
- Object GetCollectionByQuery2( String , Object bstrCollectionName, pVarQueryStrings);
- String GetApplicationInstanceIDFromProcessID( I4 , lProcessID);
- Void ShutdownApplicationInstances( Object pVarApplicationInstanceID);
- Void PauseApplicationInstances( Object pVarApplicationInstanceID);
- Void ResumeApplicationInstances( Object pVarApplicationInstanceID);
- Void RecycleApplicationInstances( Object pVarApplicationInstanceID, I4 lReasonCode);
- Boolean AreApplicationInstancesPaused( Object , pVarApplicationInstanceID);
- String DumpApplicationInstance( String , String bstrApplicationInstanceID, I4 bstrDirectory, lMaxImages);
- Boolean IsApplicationInstanceDumpSupported( );
- Void CreateServiceForApplication( String bstrApplicationIDOrName, String bstrServiceName, String bstrStartType, String bstrErrorControl, String bstrDependencies, String bstrRunAs, String bstrPassword, Boolean bDesktopOk);
- Void DeleteServiceForApplication( String bstrApplicationIDOrName);
- String GetPartitionID( String , bstrApplicationIDOrName);
- String GetPartitionName( String , bstrApplicationIDOrName);
- Void CurrentPartition( String bstrPartitionIDOrName);
- String CurrentPartitionID( );
- String CurrentPartitionName( );
- String GlobalPartitionID( );
- Void FlushPartitionCache();
- Void CopyApplications( String bstrSourcePartitionIDOrName, Object pVarApplicationID, String bstrDestinationPartitionIDOrName);
- Void CopyComponents( String bstrSourceApplicationIDOrName, Object pVarCLSIDOrProgID, String bstrDestinationApplicationIDOrName);
- Void MoveComponents( String bstrSourceApplicationIDOrName, Object pVarCLSIDOrProgID, String bstrDestinationApplicationIDOrName);
- Void AliasComponent( String bstrSrcApplicationIDOrName, String bstrCLSIDOrProgID, String bstrDestApplicationIDOrName, String bstrNewProgId, String bstrNewClsid);
- Object IsSafeToDelete( String , bstrDllName);
- Void ImportUnconfiguredComponents( String bstrApplicationIDOrName, Object pVarCLSIDOrProgID, Object pVarComponentType);
- Void PromoteUnconfiguredComponents( String bstrApplicationIDOrName, Object pVarCLSIDOrProgID, Object pVarComponentType);
- Void ImportComponents( String bstrApplicationIDOrName, Object pVarCLSIDOrProgID, Object pVarComponentType);
- Boolean Is64BitCatalogServer( );
- Void ExportPartition( String bstrPartitionIDOrName, String bstrPartitionFileName, I4 lOptions);
- Void InstallPartition( String bstrFileName, String bstrDestDirectory, I4 lOptions, String bstrUserID, String bstrPassword, String bstrRSN);
- Object QueryApplicationFile2( String , bstrApplicationFile);
- I4 GetComponentVersionCount( String , bstrCLSIDOrProgID);
- }
- interface System.EnterpriseServices.Admin.ICatalogObject :
- {
- Object GetValue( String propName);
- Void SetValue( String propName, Object value);
- Object Key();
- Object Name();
- Boolean IsPropertyReadOnly( String , bstrPropName);
- Boolean get_Valid( );
- Boolean IsPropertyWriteOnly( String , bstrPropName);
- property Valid { get(){} set(){} };
- }
- interface System.EnterpriseServices.Admin.ICatalogCollection :
- {
- Void GetEnumerator( ByRef Class System.Collections.IEnumerator pEnum);
- Object Item( I4 , lIndex);
- I4 Count();
- Void Remove( I4 lIndex);
- Object Add( );
- Void Populate();
- I4 SaveChanges();
- Object GetCollection( String , Object bstrCollName, varObjectKey);
- Object Name();
- Boolean get_IsAddEnabled( );
- Boolean get_IsRemoveEnabled( );
- Object GetUtilInterface( );
- I4 get_DataStoreMajorVersion();
- I4 get_DataStoreMinorVersion();
- Void PopulateByKey( SZArray Object aKeys);
- Void PopulateByQuery( String bstrQueryString, I4 lQueryType);
- property IsAddEnabled { get(){} set(){} };
- property IsRemoveEnabled { get(){} set(){} };
- property DataStoreMajorVersion { get(){} set(){} };
- property DataStoreMinorVersion { get(){} set(){} };
- }
- class System.EnterpriseServices.Admin.xCatalog : System.Object
- {
- Void System.EnterpriseServices.Admin.xCatalog();
- }
- class System.EnterpriseServices.Admin.xMtsCatalog : System.Object
- {
- Void System.EnterpriseServices.Admin.xMtsCatalog();
- }
- class System.EnterpriseServices.Admin.CollectionName : System.Object
- {
- Boolean _initialized;
- String _apps;
- String _comps;
- String _interfaces;
- String _meths;
- String _roles;
- String _user;
- Void Initialize();
- String get_Applications();
- String get_Components();
- String get_Interfaces();
- String get_Methods();
- String get_Roles();
- String get_UsersInRole();
- String RolesFor( String target);
- Void System.EnterpriseServices.Admin.CollectionName();
- property Applications { get(){} set(){} };
- property Components { get(){} set(){} };
- property Interfaces { get(){} set(){} };
- property Methods { get(){} set(){} };
- property Roles { get(){} set(){} };
- property UsersInRole { get(){} set(){} };
- }
- class System.EnterpriseServices.TransactionOption : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.TransactionOption Disabled;
- ValueClass System.EnterpriseServices.TransactionOption NotSupported;
- ValueClass System.EnterpriseServices.TransactionOption Supported;
- ValueClass System.EnterpriseServices.TransactionOption Required;
- ValueClass System.EnterpriseServices.TransactionOption RequiresNew;
- }
- class System.EnterpriseServices.TransactionIsolationLevel : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.TransactionIsolationLevel Any;
- ValueClass System.EnterpriseServices.TransactionIsolationLevel ReadUncommitted;
- ValueClass System.EnterpriseServices.TransactionIsolationLevel ReadCommitted;
- ValueClass System.EnterpriseServices.TransactionIsolationLevel RepeatableRead;
- ValueClass System.EnterpriseServices.TransactionIsolationLevel Serializable;
- }
- class System.EnterpriseServices.SynchronizationOption : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.SynchronizationOption Disabled;
- ValueClass System.EnterpriseServices.SynchronizationOption NotSupported;
- ValueClass System.EnterpriseServices.SynchronizationOption Supported;
- ValueClass System.EnterpriseServices.SynchronizationOption Required;
- ValueClass System.EnterpriseServices.SynchronizationOption RequiresNew;
- }
- class System.EnterpriseServices.ActivationOption : System.Enum
- {
- I4 value__;
- ValueClass System.EnterpriseServices.ActivationOption Library;
- ValueClass System.EnterpriseServices.ActivationOption Server;
- }
- interface System.EnterpriseServices.IConfigurationAttribute :
- {
- Boolean IsValidTarget( String s);
- Boolean Apply( Class System.Collections.Hashtable info);
- Boolean AfterSaveChanges( Class System.Collections.Hashtable info);
- }
- class System.EnterpriseServices.TransactionAttribute : System.Attribute
- {
- ValueClass System.EnterpriseServices.TransactionOption _value;
- ValueClass System.EnterpriseServices.TransactionIsolationLevel _isolation;
- I4 _timeout;
- Void System.EnterpriseServices.TransactionAttribute();
- Void System.EnterpriseServices.TransactionAttribute( ValueClass System.EnterpriseServices.TransactionOption val);
- ValueClass System.EnterpriseServices.TransactionOption get_Value();
- ValueClass System.EnterpriseServices.TransactionIsolationLevel get_Isolation();
- Void set_Isolation( ValueClass System.EnterpriseServices.TransactionIsolationLevel value);
- I4 get_Timeout();
- Void set_Timeout( I4 value);
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- property Isolation { get(){} set(){} };
- property Timeout { get(){} set(){} };
- }
- class System.EnterpriseServices.JustInTimeActivationAttribute : System.Attribute
- {
- Boolean _enabled;
- Void System.EnterpriseServices.JustInTimeActivationAttribute();
- Void System.EnterpriseServices.JustInTimeActivationAttribute( Boolean val);
- Boolean get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.SynchronizationAttribute : System.Attribute
- {
- ValueClass System.EnterpriseServices.SynchronizationOption _value;
- Void System.EnterpriseServices.SynchronizationAttribute();
- Void System.EnterpriseServices.SynchronizationAttribute( ValueClass System.EnterpriseServices.SynchronizationOption val);
- ValueClass System.EnterpriseServices.SynchronizationOption get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.MustRunInClientContextAttribute : System.Attribute
- {
- Boolean _value;
- Void System.EnterpriseServices.MustRunInClientContextAttribute();
- Void System.EnterpriseServices.MustRunInClientContextAttribute( Boolean val);
- Boolean get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.ConstructionEnabledAttribute : System.Attribute
- {
- Boolean _enabled;
- String _default;
- Void System.EnterpriseServices.ConstructionEnabledAttribute();
- Void System.EnterpriseServices.ConstructionEnabledAttribute( Boolean val);
- String get_Default();
- Void set_Default( String value);
- Boolean get_Enabled();
- Void set_Enabled( Boolean value);
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Default { get(){} set(){} };
- property Enabled { get(){} set(){} };
- }
- class System.EnterpriseServices.ObjectPoolingAttribute : System.Attribute
- {
- Boolean _enable;
- I4 _maxSize;
- I4 _minSize;
- I4 _timeout;
- Void System.EnterpriseServices.ObjectPoolingAttribute();
- Void System.EnterpriseServices.ObjectPoolingAttribute( I4 minPoolSize, I4 maxPoolSize);
- Void System.EnterpriseServices.ObjectPoolingAttribute( Boolean enable);
- Void System.EnterpriseServices.ObjectPoolingAttribute( Boolean enable, I4 minPoolSize, I4 maxPoolSize);
- Boolean get_Enabled();
- Void set_Enabled( Boolean value);
- I4 get_MaxPoolSize();
- Void set_MaxPoolSize( I4 value);
- I4 get_MinPoolSize();
- Void set_MinPoolSize( I4 value);
- I4 get_CreationTimeout();
- Void set_CreationTimeout( I4 value);
- Boolean IsValidTarget( String s);
- Boolean Apply( Class System.Collections.Hashtable info);
- Boolean AfterSaveChanges( Class System.Collections.Hashtable info);
- property Enabled { get(){} set(){} };
- property MaxPoolSize { get(){} set(){} };
- property MinPoolSize { get(){} set(){} };
- property CreationTimeout { get(){} set(){} };
- }
- class System.EnterpriseServices.COMTIIntrinsicsAttribute : System.Attribute
- {
- Boolean _value;
- Void System.EnterpriseServices.COMTIIntrinsicsAttribute();
- Void System.EnterpriseServices.COMTIIntrinsicsAttribute( Boolean val);
- Boolean get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.IISIntrinsicsAttribute : System.Attribute
- {
- Boolean _value;
- Void System.EnterpriseServices.IISIntrinsicsAttribute();
- Void System.EnterpriseServices.IISIntrinsicsAttribute( Boolean val);
- Boolean get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.EventTrackingEnabledAttribute : System.Attribute
- {
- Boolean _value;
- Void System.EnterpriseServices.EventTrackingEnabledAttribute();
- Void System.EnterpriseServices.EventTrackingEnabledAttribute( Boolean val);
- Boolean get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.ExceptionClassAttribute : System.Attribute
- {
- String _value;
- Void System.EnterpriseServices.ExceptionClassAttribute( String name);
- String get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.LoadBalancingSupportedAttribute : System.Attribute
- {
- Boolean _value;
- Void System.EnterpriseServices.LoadBalancingSupportedAttribute();
- Void System.EnterpriseServices.LoadBalancingSupportedAttribute( Boolean val);
- Boolean get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.EventClassAttribute : System.Attribute
- {
- Boolean _fireInParallel;
- Boolean _allowInprocSubscribers;
- String _filter;
- Void System.EnterpriseServices.EventClassAttribute();
- Boolean get_FireInParallel();
- Void set_FireInParallel( Boolean value);
- Boolean get_AllowInprocSubscribers();
- Void set_AllowInprocSubscribers( Boolean value);
- String get_PublisherFilter();
- Void set_PublisherFilter( String value);
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property FireInParallel { get(){} set(){} };
- property AllowInprocSubscribers { get(){} set(){} };
- property PublisherFilter { get(){} set(){} };
- }
- class System.EnterpriseServices.PrivateComponentAttribute : System.Attribute
- {
- Void System.EnterpriseServices.PrivateComponentAttribute();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- }
- class System.EnterpriseServices.AutoCompleteAttribute : System.Attribute
- {
- Boolean _value;
- Void System.EnterpriseServices.AutoCompleteAttribute();
- Void System.EnterpriseServices.AutoCompleteAttribute( Boolean val);
- Boolean get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.ApplicationActivationAttribute : System.Attribute
- {
- ValueClass System.EnterpriseServices.ActivationOption _value;
- String _SoapVRoot;
- String _SoapMailbox;
- Void System.EnterpriseServices.ApplicationActivationAttribute( ValueClass System.EnterpriseServices.ActivationOption opt);
- ValueClass System.EnterpriseServices.ActivationOption get_Value();
- String get_SoapVRoot();
- Void set_SoapVRoot( String value);
- String get_SoapMailbox();
- Void set_SoapMailbox( String value);
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- property SoapVRoot { get(){} set(){} };
- property SoapMailbox { get(){} set(){} };
- }
- class System.EnterpriseServices.ApplicationNameAttribute : System.Attribute
- {
- String _value;
- Void System.EnterpriseServices.ApplicationNameAttribute( String name);
- String get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.ApplicationIDAttribute : System.Attribute
- {
- ValueClass System.Guid _value;
- Void System.EnterpriseServices.ApplicationIDAttribute( String guid);
- ValueClass System.Guid get_Value();
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
- Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);
- property Value { get(){} set(){} };
- }
- class System.EnterpriseServices.ApplicationQueuingAttribute : System.Attribute
- {
- Boolean _enabled;
- Boolean _listen;
- I4 _maxthreads;
- Void System.EnterpriseServices.ApplicationQueuingAttribute();
- Boolean get_Enabled();
- Void set_Enabled( Boolean value);
- Boolean get_QueueListenerEnabled();
- Void set_QueueListenerEnabled( Boolean value);
- I4 get_MaxListenerThreads();
- Void set_MaxListenerThreads( I4 value);
- Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
- Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);