_AppDomain.SetData(String, Object) Method

Definition

Provides COM objects with version-independent access to the SetData(String, Object) method.

public void SetData(string name, object data);
[System.Security.SecurityCritical]
public void SetData(string name, object data);

Parameters

name
String

The name of a user-defined application domain property to create or change.

data
Object

The value of the property.

Attributes

Remarks

See the AppDomain.SetData method.

Applies to

Prodotto Versioni
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1