zdk.net
Public Member Functions | Public Attributes | Properties | List of all members
ZDK_NET::Result Class Reference

API invocation status result. More...

#include <Result.h>

Inheritance diagram for ZDK_NET::Result:
ZDK_NET::ZHandle

Public Member Functions

 Result (ZDK::Shared::Result src)
 
virtual long long Handle () override
 
virtual void Initialize () override
 
virtual void ReleaseReference () override
 

Public Attributes

ZDK::IResult * cppRef = nullptr
 

Properties

System::String^ Text [get]
 Gets the text representation of the status result of API invocation. More...
 
ZDK_NET::ResultCode Code [get]
 Gets the code representation of the status result of API invocation. More...
 

Detailed Description

API invocation status result.

Indicates the status result of API's invocation

Property Documentation

◆ Code

ZDK_NET:: ResultCode ZDK_NET::Result::Code
get

Gets the code representation of the status result of API invocation.

Returns
The code representation of the status result of API invocation
See also
ResultCode

◆ Text

System:: String^ ZDK_NET::Result::Text
get

Gets the text representation of the status result of API invocation.

Returns
The text representation of the status result of API invocation

The documentation for this class was generated from the following file: