.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Construct a PofUserType instance wrapping the supplied binary.
            
 
    Namespace: 
   Tangosol.IO.Pof.Reflection
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic PofUserType(
	IPofValue valueParent,
	Binary binValue,
	IPofContext ctx,
	int of,
	int nType,
	int ofChildren,
	int nVersion
)
Parameters
- valueParent
 - Type: Tangosol.IO.Pof.ReflectionIPofValue
            Parent value within the POF stream.
             - binValue
 - Type: Tangosol.UtilBinary
            Binary representation of this value.
             - ctx
 - Type: Tangosol.IO.PofIPofContext
            POF context to use when reading or writing properties.
             - of
 - Type: SystemInt32
            Offset of this value from the beginning of POF stream.
             - nType
 - Type: SystemInt32
            POF type identifier for this value.
             - ofChildren
 - Type: SystemInt32
            Offset of the first child element within this value.
             - nVersion
 - Type: SystemInt32
            Data version of this value.
             
See Also