ExtRemoteTyped 클래스(engextcpp.hpp)

ExtRemoteTyped 클래스는 대상에서 형식화된 데이터를 조작하는 기능을 제공합니다. 이 클래스의 instance 대상의 작은 메모리 영역을 나타냅니다. 이 지역은 특정 형식으로 해석됩니다. 이 클래스는 형식에 따라 메모리를 조작하고 대상의 개체 계층 구조에 액세스하는 메서드를 제공합니다.

ExtRemoteTypedExtRemoteData의 하위 클래스입니다.

ExtRemoteTyped 클래스에는 다음 생성자, 연산자 및 메서드가 포함됩니다.

ExtRemoteTyped

operator=

Copy(디버그 형식 데이터)

Copy(ExtRemoteTyped)

Set(bool)

Set(pcstr)

Set(pcstr ulong64)

Set(pcstr ulong64 bool)

SetPrint

HasField

GetTypeSize

GetFieldSize

GetFieldOffset

필드

ArrayElement

Dereference

GetPointerTo

Eval

연산자*

operator[]

GetTypeName

OutTypeName

OutSimpleValue

OutFullValue

OutTypeDefinition

릴리스

GetTypeFieldOffset

class ExtRemoteTyped : public ExtRemoteData { public: DEBUG_TYPED_DATA m_Typed; bool m_Release; };

m_Typed
ExtRemoteTyped의 이 instance 나타내는 형식화된 데이터를 설명하는 DEBUG_TYPED_DATA 구조체입니다.
m_Release
ExtRemoteTyped의 이 instance 대한 소멸자에서 m_Typed 지정된 DEBUG_TYPED_DATA 구조를 해제해야 하는지 여부를 나타냅니다.

상속

ExtRemoteTyped 클래스는 ExtRemoteData를 구현합니다.

메서드

ExtRemoteTyped 클래스에는 이러한 메서드가 있습니다.

 
ExtRemoteTyped::~ExtRemoteTyped

ExtRemoteTyped 클래스의 소멸자입니다. ExtRemoteTyped 클래스는 대상에서 형식화된 데이터를 조작하는 기능을 제공합니다.
ExtRemoteTyped::ArrayElement

ArrayElement 메서드는 ExtRemoteTyped 개체가 나타내는 형식화된 데이터의 지정된 배열 요소에 형식화된 데이터를 반환합니다.
ExtRemoteTyped::Clear

ExtRemoteTyped 클래스의 Clear 메서드입니다. ExtRemoteTyped 클래스는 대상에서 형식화된 데이터를 조작하는 기능을 제공합니다.
ExtRemoteTyped::Copy

Copy(constDEBUG_TYPED_DATA) 메서드는 다른 개체에서 정보를 복사하여 ExtRemoteTyped 개체가 나타내는 형식화된 데이터를 설정합니다.
ExtRemoteTyped::Copy

Copy(constExtRemoteTyped&) 메서드는 다른 개체에서 정보를 복사하여 ExtRemoteTyped 개체가 나타내는 형식화된 데이터를 설정합니다.
ExtRemoteTyped::D ereference

Dereference 메서드는 이 개체가 나타내는 형식화된 데이터로 가리키는 형식화된 데이터를 반환합니다.
ExtRemoteTyped::ErtIoctl

ExtRemoteTyped 클래스의 ErtIoctl 메서드입니다. ExtRemoteTyped 클래스는 대상에서 형식화된 데이터를 조작하는 기능을 제공합니다.
ExtRemoteTyped::Eval

Eval 메서드는 식을 계산한 결과 형식화된 데이터를 반환합니다.
ExtRemoteTyped::ExtRemoteTyped

ExtRemoteTyped 생성자는 ExtRemoteTyped 클래스의 새 instance 만듭니다.
ExtRemoteTyped::ExtRemoteTyped

ExtRemoteTyped(constDEBUG_TYPED_DATA) 생성자는 ExtRemoteTyped 클래스의 새 instance 만듭니다.
ExtRemoteTyped::ExtRemoteTyped

ExtRemoteTyped 복사 생성자는 ExtRemoteTyped 클래스의 새 instance 만듭니다.
ExtRemoteTyped::ExtRemoteTyped

ExtRemoteTyped::ExtRemoteTyped(PCSTR) 생성자는 ExtRemoteTyped 클래스의 새 instance 만듭니다.
ExtRemoteTyped::ExtRemoteTyped

ExtRemoteTyped::ExtRemoteTyped(PCSTR,ULONG64) 생성자는 ExtRemoteTyped 클래스의 새 instance 만듭니다.
ExtRemoteTyped::ExtRemoteTyped

ExtRemoteTyped(PCSTR,ULONG64,bool,PULONG64,PCSTR) 생성자는 ExtRemoteTyped 클래스의 새 instance 만듭니다.
ExtRemoteTyped::Field

Field 메서드는 이 개체가 나타내는 형식화된 데이터의 멤버에 대해 형식화된 데이터를 반환합니다.
ExtRemoteTyped::GetFieldOffset

GetFieldOffset 메서드는 이 개체가 나타내는 형식의 instance 기본 주소에서 멤버의 오프셋을 반환합니다.
ExtRemoteTyped::GetPointerTo

GetPointerTo 메서드는 이 개체가 나타내는 형식화된 데이터에 대한 포인터인 형식화된 데이터를 반환합니다.
ExtRemoteTyped::GetSimpleValue

ExtRemoteTyped 클래스의 GetSimpleValue 메서드입니다. ExtRemoteTyped 클래스는 대상에서 형식화된 데이터를 조작하는 기능을 제공합니다.
ExtRemoteTyped::GetTypeFieldOffset

GetTypeFieldOffset 정적 메서드는 구조체 내에서 멤버의 오프셋을 반환합니다.
ExtRemoteTyped::GetTypeName

GetTypeName 메서드는 이 개체가 나타내는 형식화된 데이터의 형식 이름을 반환합니다.
ExtRemoteTyped::GetTypeSize

GetTypeSize 메서드는 이 개체가 나타내는 형식의 크기를 반환합니다.
ExtRemoteTyped::HasField

HasField 메서드는 이 개체가 나타내는 데이터 형식에 지정된 멤버가 포함되어 있는지 여부를 결정합니다.
ExtRemoteTyped::operator=

ExtRemoteTyped 클래스의 operator= 메서드입니다. ExtRemoteTyped 클래스는 대상에서 형식화된 데이터를 조작하는 기능을 제공합니다.
ExtRemoteTyped::operator=

operator= 오버로드된 대입 연산자는 다른 개체에서 정보를 복사하여 ExtRemoteTyped 개체가 나타내는 형식화된 데이터를 설정합니다.
ExtRemoteTyped::operator[]

연산자[] 오버로드된 연산자는 이 개체가 나타내는 형식화된 데이터의 지정된 배열 요소에 형식화된 데이터를 반환합니다.
ExtRemoteTyped::operator*

연산자* 오버로드된 연산자는 이 개체가 나타내는 형식화된 데이터가 가리키는 형식화된 데이터를 반환합니다.
ExtRemoteTyped::OutFullValue

OutFullValue 메서드는 이 개체가 나타내는 형식화된 데이터의 형식과 값을 출력합니다.
ExtRemoteTyped::OutSimpleValue

OutSimpleValue 메서드는 이 개체가 나타내는 형식화된 데이터의 값을 출력합니다.
ExtRemoteTyped::OutTypeDefinition

OutTypeDefinition 메서드는 이 개체가 나타내는 형식화된 데이터의 형식을 인쇄합니다.
ExtRemoteTyped::OutTypeName

OutTypeName 메서드는 이 개체가 나타내는 형식화된 데이터의 형식 이름을 출력합니다.
ExtRemoteTyped::Release

Release 메서드는 이 개체가 보유한 모든 리소스를 해제합니다.
ExtRemoteTyped::Set

Set(bool,ULONG64,ULONG,ULONG64) 메서드는 ExtRemoteTyped 개체가 나타내는 형식화된 데이터를 설정합니다.
ExtRemoteTyped::Set

Set(PCSTR) 메서드는 ExtRemoteTyped 개체가 나타내는 형식화된 데이터를 설정합니다. 이 메서드는 값을 반환하지 않습니다.
ExtRemoteTyped::Set

Set(PCSTR,ULONG64) 메서드는 ExtRemoteTyped 개체가 나타내는 형식화된 데이터를 설정합니다. 이 메서드는 값을 반환하지 않습니다.
ExtRemoteTyped::Set

Set(PCSTR,ULONG64,bool,PULONG64,PCSTR) 메서드는 ExtRemoteTyped 개체가 나타내는 형식화된 데이터를 설정합니다. 이 메서드는 값을 반환하지 않습니다.
ExtRemoteTyped::SetPrint

SetPrint 메서드는 식의 서식을 지정한 다음 해당 식을 평가하여 ExtRemoteTyped 개체가 나타내는 형식화된 데이터를 설정합니다.

요구 사항

요구 사항
대상 플랫폼 Windows
헤더 engextcpp.hpp(Engextcpp.hpp 포함)

추가 정보

DEBUG_TYPED_DATA

ExtRemoteData