RemoteAppInitString Members

Represents a remote hosted application initialization string.

The following tables list the members exposed by the RemoteAppInitString type.

Public Constructors

  Name Description
  RemoteAppInitString Initializes a new instance of the RemoteAppInitString class.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property AcquisitionTimeout Gets or sets the timeout period for the top-window handle to be found.
public property AdapterMode  Gets or sets the adapter mode. (inherited from AdapterAppInitString)
public property AlternateTopLevelWindow Gets or sets the alternate top level window.
public property AlternateTopLevelWindowCaption Gets or sets the alternate top level window caption.
public property AlternateTopLevelWindowClass Gets or sets the alternate top level window class.
public property AssemblyInfoType  Gets or sets the type of the assembly info. [Editor(typeof(UIAdapterStyleTypeAssemblyEditor), typeof(UITypeEditor))] (inherited from HostedControlAppInitString)
public property Controls  Gets the control names in all DDA. (inherited from AdapterAppInitString)
public property DataDrivenAdapterBindingsCollection  Gets the data driven adapter control bindings collection. (inherited from AdapterAppInitString)
public property DataDrivenAdapterControlBindings  Gets the data driven adapter control bindings. (inherited from AdapterAppInitString)
public property DataDrivenAdapterType  Gets or sets the data driven adapter type. (inherited from AdapterAppInitString)
public property DdaCollection  Gets the data driven adapter collection. (inherited from AdapterAppInitString)
public property DisplayGroup  Gets or sets the display group. (inherited from AppInitStringBase)
public property Dynamic  Gets or sets a Boolean value that specifies whether the application is dynamic. (inherited from AppInitStringBase)
public property DynamicCanClose  Gets or sets a boolean value whether the user can close the application if it is dynamic. (inherited from AppInitStringBase)
public property DynamicShowInToolBar  Gets or sets a Boolean value that specifies whether the application can be shown in the toolbar if it is dynamic. (inherited from AppInitStringBase)
public property ExtensionsXml  Gets or Sets the extensions XML (inherited from AppInitStringBase)
public property FormattedXml  Gets the formatted XML. (inherited from InitString)
public property Global  Gets or sets a Boolean value that specifies whether the application is global. (inherited from AppInitStringBase)
public property IcaFileName Gets or sets the Ica file path.
public property LegacyAdapterType  Gets or sets the legacy adapter type. (inherited from AdapterAppInitString)
public property LimitToProcessId Gets or sets a value indicating whether there are limits to the process id for the main process when searching for a window handle.
public property MinimumSize  Gets or sets the minimum size for the application. (inherited from AppInitStringBase)
public property OptimumSize  Gets or sets the desired size for the application. (inherited from AppInitStringBase)
public property ProcessAcquisitionAttempts Gets or sets the process acquisition attempts.
public property ProcessAcquisitionDelay Gets or sets the process acquisition delay.
public property ProcessAcquisitionFileName Gets or sets the process acquisition filename.
public property UnformattedXml  Gets the unformatted XML. (inherited from InitString)
public property UseAutomationAdapter  Gets or sets a Boolean value that specifies whether to use an automation adapter. (inherited from AdapterAppInitString)
public property UseNoAdapter  Gets or sets a Boolean value that specifies whether to use an adapter or not. (inherited from AdapterAppInitString)
public property WorkflowDependent  Gets or sets a value that specifies whether the application is dependent on a workflow. (inherited from AppInitStringBase)
public property XmlDocument  Gets or sets the XML document. (inherited from InitString)

Top

Protected Properties

  Name Description
protected property RootNode  Gets the root node in the initialization string XML document. (inherited from InitString)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method ConvertToDifferentAppInitStringType  Converts the application type to different app initialization string. (inherited from AppInitStringBase)
public method Equals  (inherited from Object)
public method GetControlsNode  Gets the DataDrivenAdapterBindings\Controls node. (inherited from AdapterAppInitString)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method GetTypeNode  Gets the DataDrivenAdapterBindings\Type node. (inherited from AdapterAppInitString)
public method Load  Overloaded. (inherited from InitString)
public method LoadAdapterXml  Loads the automation XML into the initialization string object. (inherited from AdapterAppInitString)
public method LoadXml  Loads internal XML document from the specified string. (inherited from InitString)
public method Save  Saves internal XML document to the specified file. (inherited from InitString)
public method ToString  Overridden. Returns the initialization string as a formatted Xml string (inherited from Object)

Top

Protected Methods

  Name Description
protected method Exists  Determines whether node specified by xpath is found under parentNode. (inherited from InitString)
protected method Finalize  (inherited from Object)
protected method GetAttributeNode  Retrieves the named attribute node under parentNode. (inherited from InitString)
protected method GetNode  Retrieves the first named node under parentNode, or null if does not exist. (inherited from InitString)
protected method GetOrCreateAttributeNode  Retrieves the attribute node under parent node, or create one if it does not exist. (inherited from InitString)
protected method GetOrCreateNode  Overloaded. (inherited from InitString)
protected method MemberwiseClone  (inherited from Object)
protected method OnLoad  Overridden. Called when [load]. (inherited from InitString)
protected method RemoveNode  Removes the first named node under parent node. (inherited from InitString)
protected method Validate  Throw exceptions in overridden implementations to signal initialization string validation failure. (inherited from InitString)

Top

See Also

Reference

RemoteAppInitString Class
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.