AxHost.State コンストラクター

定義

AxHost.State クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
AxHost.State(SerializationInfo, StreamingContext)

状態を逆シリアル化するために、 AxHost.State クラスの新しいインスタンスを初期化します。

AxHost.State(Stream, Int32, Boolean, String)

状態をシリアル化するために、 AxHost.State クラスの新しいインスタンスを初期化します。

AxHost.State(SerializationInfo, StreamingContext)

ソース:
AxHost.State.cs
ソース:
AxHost.State.cs
ソース:
AxHost.State.cs
ソース:
AxHost.State.cs
ソース:
AxHost.State.cs

状態を逆シリアル化するために、 AxHost.State クラスの新しいインスタンスを初期化します。

protected:
 State(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected State(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Forms.AxHost.State : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Forms.AxHost.State
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

context
StreamingContext

StreamingContext 値です。

注釈

Important

信頼されていないデータを使用してこのメソッドを呼び出すことは、セキュリティ上のリスクです。 このメソッドは、信頼できるデータでのみ呼び出します。 詳細については、「すべての入力を検証する」を参照してください。

適用対象

AxHost.State(Stream, Int32, Boolean, String)

ソース:
AxHost.State.cs
ソース:
AxHost.State.cs
ソース:
AxHost.State.cs
ソース:
AxHost.State.cs
ソース:
AxHost.State.cs

状態をシリアル化するために、 AxHost.State クラスの新しいインスタンスを初期化します。

public:
 State(System::IO::Stream ^ ms, int storageType, bool manualUpdate, System::String ^ licKey);
public State(System.IO.Stream ms, int storageType, bool manualUpdate, string licKey);
public State(System.IO.Stream ms, int storageType, bool manualUpdate, string? licKey);
new System.Windows.Forms.AxHost.State : System.IO.Stream * int * bool * string -> System.Windows.Forms.AxHost.State
Public Sub New (ms As Stream, storageType As Integer, manualUpdate As Boolean, licKey As String)

パラメーター

ms
Stream

状態が格納される Stream

storageType
Int32

ストレージの種類を示す Int32

manualUpdate
Boolean

true 手動更新の場合。それ以外の場合は false

licKey
String

コントロールのライセンス キー。

注釈

Important

信頼されていないデータを使用してこのメソッドを呼び出すことは、セキュリティ上のリスクです。 このメソッドは、信頼できるデータでのみ呼び出します。 詳細については、「すべての入力を検証する」を参照してください。

適用対象