AxHost.Stateとは? わかりやすく解説

AxHost.State クラス

ActiveX コントロール永続化された状態をカプセル化ます。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

<SerializableAttribute> _
Public Class State
    Implements ISerializable
[SerializableAttribute] 
public class State : ISerializable
[SerializableAttribute] 
public ref class State : ISerializable
/** @attribute SerializableAttribute() */ 
public class State implements ISerializable
SerializableAttribute 
public class State implements ISerializable
解説解説
継承階層継承階層
System.Object
  System.Windows.Forms.AxHost.State
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

AxHost.State コンストラクタ (SerializationInfo, StreamingContext)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

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

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New State(info,
 context)
protected State (
    SerializationInfo info,
    StreamingContext context
)
protected:
State (
    SerializationInfo^ info, 
    StreamingContext context
)
protected State (
    SerializationInfo info, 
    StreamingContext context
)
protected function State (
    info : SerializationInfo, 
    context : StreamingContext
)

パラメータ

info

SerializationInfo 値。

context

StreamingContext 値。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

AxHost.State コンストラクタ

AxHost.State クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
AxHost.State (SerializationInfo, StreamingContext) 状態を逆シリアル化するために、AxHost.State クラス新しインスタンス初期化します。
AxHost.State (Stream, Int32, Boolean, String) 状態をシリアル化するために、AxHost.State クラス新しインスタンス初期化します。
参照参照

関連項目

AxHost.State クラス
AxHost.State メンバ
System.Windows.Forms 名前空間

AxHost.State コンストラクタ (Stream, Int32, Boolean, String)

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

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Public Sub New ( _
    ms As Stream, _
    storageType As Integer, _
    manualUpdate As Boolean, _
    licKey As String _
)
Dim ms As Stream
Dim storageType As Integer
Dim manualUpdate As Boolean
Dim licKey As String

Dim instance As New State(ms,
 storageType, manualUpdate, licKey)
public State (
    Stream ms,
    int storageType,
    bool manualUpdate,
    string licKey
)
public:
State (
    Stream^ ms, 
    int storageType, 
    bool manualUpdate, 
    String^ licKey
)
public State (
    Stream ms, 
    int storageType, 
    boolean manualUpdate, 
    String licKey
)
public function State (
    ms : Stream, 
    storageType : int, 
    manualUpdate : boolean, 
    licKey : String
)

パラメータ

ms

状態を格納する Stream

storageType

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

manualUpdate

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

licKey

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

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

AxHost.State メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Runtime.Serialization.ISerializable.GetObjectData SerializationInfo に、オブジェクトシリアル化するために必要なデータ設定します
参照参照

関連項目

AxHost.State クラス
System.Windows.Forms 名前空間
AxHost.OcxState プロパティ

AxHost.State メンバ

ActiveX コントロール永続化された状態をカプセル化ます。

AxHost.State データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
プロテクト コンストラクタプロテクト コンストラクタ
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Runtime.Serialization.ISerializable.GetObjectData SerializationInfo に、オブジェクトシリアル化するために必要なデータ設定します
参照参照

関連項目

AxHost.State クラス
System.Windows.Forms 名前空間
AxHost.OcxState プロパティ



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  
  •  AxHost.Stateのページへのリンク

辞書ショートカット

すべての辞書の索引

「AxHost.State」の関連用語

1
AxHost.State コンストラクタ .NET Framework クラス ライブラリ リファレンス
100% |||||

2
AxHost.State メンバ .NET Framework クラス ライブラリ リファレンス
90% |||||

3
AxHost.State クラス .NET Framework クラス ライブラリ リファレンス
54% |||||

4
AxHost.StateConverter.CanConvertFrom メソッド .NET Framework クラス ライブラリ リファレンス
54% |||||

5
AxHost.OcxState プロパティ .NET Framework クラス ライブラリ リファレンス
52% |||||

6
AxHost.State.System.Runtime.Serialization.ISerializable.GetObjectData メソッド .NET Framework クラス ライブラリ リファレンス
38% |||||

7
AxHost.State メソッド .NET Framework クラス ライブラリ リファレンス
32% |||||

8
AxHost.StateConverter クラス .NET Framework クラス ライブラリ リファレンス
30% |||||

9
AxHost.StateConverter メンバ .NET Framework クラス ライブラリ リファレンス
10% |||||

10
System.Windows.Forms 名前空間 .NET Framework クラス ライブラリ リファレンス
2% |||||

検索ランキング

   

英語⇒日本語
日本語⇒英語
   



AxHost.Stateのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS