protected override void EndProcessing() { ActiveDs.DNWithBinary boink2 = new ActiveDs.DNWithBinaryClass(); boink2.BinaryValue = bin; boink2.DNString = dn; WriteObject(boink2); }
protected override void EndProcessing() { ActiveDs.IADsDNWithBinary DNB = (ActiveDs.IADsDNWithBinary)DNWithBin; ActiveDs.DNWithBinary boink = new ActiveDs.DNWithBinaryClass(); boink.BinaryValue = (byte[])DNB.BinaryValue; boink.DNString = DNB.DNString; WriteObject(boink); }