ShimParamsconstructShimParams Method (Byte) |
[Missing <summary> documentation for "M:DXMLBase.Gcv.ShimParams.constructShimParams(System.Byte[])"]
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static ShimParams constructShimParams(
byte[] bytes
)
Public Shared Function constructShimParams (
bytes As Byte()
) As ShimParams
public:
static ShimParams^ constructShimParams(
array<unsigned char>^ bytes
)
static member constructShimParams :
bytes : byte[] -> ShimParams
Parameters
- bytes
- Type: SystemByte
[Missing <param name="bytes"/> documentation for "M:DXMLBase.Gcv.ShimParams.constructShimParams(System.Byte[])"]
Return Value
Type:
ShimParams[Missing <returns> documentation for "M:DXMLBase.Gcv.ShimParams.constructShimParams(System.Byte[])"]
See Also