AxHost.State 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
AxHost.State 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| AxHost.State(SerializationInfo, StreamingContext) |
상태를 역직렬화하기 위해 클래스의 AxHost.State 새 인스턴스를 초기화합니다. |
| AxHost.State(Stream, Int32, Boolean, String) |
상태를 직렬화하기 위해 클래스의 AxHost.State 새 인스턴스를 초기화합니다. |
AxHost.State(SerializationInfo, StreamingContext)
- Source:
- AxHost.State.cs
- Source:
- AxHost.State.cs
- Source:
- AxHost.State.cs
- Source:
- AxHost.State.cs
- Source:
- 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)
매개 변수
- info
- SerializationInfo
SerializationInfo 값입니다.
- context
- StreamingContext
StreamingContext 값입니다.
설명
Important
신뢰할 수 없는 데이터로 이 메서드를 호출하는 것은 보안 위험입니다. 신뢰할 수 있는 데이터로만 이 메서드를 호출합니다. 자세한 내용은 모든 입력 유효성 검사참조하세요.
적용 대상
AxHost.State(Stream, Int32, Boolean, String)
- Source:
- AxHost.State.cs
- Source:
- AxHost.State.cs
- Source:
- AxHost.State.cs
- Source:
- AxHost.State.cs
- Source:
- 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)
매개 변수
- manualUpdate
- Boolean
true수동 업데이트의 경우 그렇지 않으면 . false
- licKey
- String
컨트롤의 라이선스 키입니다.
설명
Important
신뢰할 수 없는 데이터로 이 메서드를 호출하는 것은 보안 위험입니다. 신뢰할 수 있는 데이터로만 이 메서드를 호출합니다. 자세한 내용은 모든 입력 유효성 검사참조하세요.