NativeCommonImplementation.Buf2Con Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Buf2Con() | |
Buf2Con(Boolean) |
Buf2Con()
public:
override cli::array <System::Object ^> ^ Buf2Con();
public override object[] Buf2Con ();
override this.Buf2Con : unit -> obj[]
Public Overrides Function Buf2Con () As Object()
Returns
Object[]
Applies to
Buf2Con(Boolean)
public:
override cli::array <System::Object ^> ^ Buf2Con(bool packOrigBuffer);
public override object[] Buf2Con (bool packOrigBuffer);
override this.Buf2Con : bool -> obj[]
Public Overrides Function Buf2Con (packOrigBuffer As Boolean) As Object()
Parameters
- packOrigBuffer
- Boolean
Returns
Object[]